cprover
full_slicer.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Slicing
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_INSTRUMENT_FULL_SLICER_H
13 #define CPROVER_GOTO_INSTRUMENT_FULL_SLICER_H
14 
16 
17 void full_slicer(
19  const namespacet &);
20 
21 void full_slicer(goto_modelt &);
22 
23 void property_slicer(
25  const namespacet &,
26  const std::list<std::string> &properties);
27 
28 void property_slicer(
29  goto_modelt &,
30  const std::list<std::string> &properties);
31 
33 {
34 public:
35  virtual ~slicing_criteriont();
36  virtual bool operator()(
37  const irep_idt &function_id,
39 };
40 
41 void full_slicer(
42  goto_functionst &goto_functions,
43  const namespacet &ns,
44  const slicing_criteriont &criterion);
45 
46 #endif // CPROVER_GOTO_INSTRUMENT_FULL_SLICER_H
dstringt
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition: dstring.h:37
slicing_criteriont
Definition: full_slicer.h:33
goto_model.h
Symbol Table + CFG.
goto_modelt
Definition: goto_model.h:26
full_slicer
void full_slicer(goto_functionst &, const namespacet &)
Definition: full_slicer.cpp:353
namespacet
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition: namespace.h:92
goto_functionst
A collection of goto functions.
Definition: goto_functions.h:23
slicing_criteriont::~slicing_criteriont
virtual ~slicing_criteriont()
Definition: full_slicer.cpp:385
goto_programt::const_targett
instructionst::const_iterator const_targett
Definition: goto_program.h:580
property_slicer
void property_slicer(goto_functionst &, const namespacet &, const std::list< std::string > &properties)
Definition: full_slicer.cpp:368
slicing_criteriont::operator()
virtual bool operator()(const irep_idt &function_id, goto_programt::const_targett) const =0