12 #ifndef CPROVER_GOTO_INSTRUMENT_ACCELERATE_PATH_H
13 #define CPROVER_GOTO_INSTRUMENT_ACCELERATE_PATH_H
32 const exprt &_guard) :
44 typedef std::list<path_nodet>
patht;
Base class for all expressions.
A generic container class for the GOTO intermediate representation of one function.
instructionst::iterator targett
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
goto_programt::targett loc
path_nodet(const goto_programt::targett &_loc, const exprt &_guard)
path_nodet(const goto_programt::targett &_loc)
void output(const goto_programt &program, std::ostream &str) const
void output_path(const patht &path, const goto_programt &program, const namespacet &ns, std::ostream &str)
std::list< patht > pathst
std::list< path_nodet > patht
API to expression classes.