Go to the documentation of this file.
34 if(gf_entry.first ==
id)
50 if(i_it->is_goto() && !i_it->condition().is_constant())
67 i_it->targets.clear();
68 i_it->targets.push_back(t3);
#define Forall_goto_program_instructions(it, program)
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
function_mapt function_map
static instructiont make_goto(targett _target, const source_locationt &l=source_locationt::nil())
static instructiont make_function_call(const code_function_callt &_code, const source_locationt &l=source_locationt::nil())
Create a function call instruction.
bool has_prefix(const std::string &s, const std::string &prefix)
const std::string & id2string(const irep_idt &d)
void branch(goto_modelt &goto_model, const irep_idt &id)
exprt boolean_negate(const exprt &src)
negate a Boolean expression, possibly removing a not_exprt, and swapping false and true
code_function_callt function_to_call(symbol_tablet &symbol_table, const irep_idt &id, const irep_idt &argument)
Deprecated expression utility functions.
goto_functionst goto_functions
GOTO functions.
A generic container class for the GOTO intermediate representation of one function.
targett insert_after(const_targett target)
Insertion after the instruction pointed-to by the given instruction iterator target.
The Boolean constant true.
symbol_tablet symbol_table
Symbol table.
instructionst::iterator targett