12 #ifndef CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_CLASS_H 13 #define CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_CLASS_H 62 const std::string &suffix,
78 bool result_is_used=
true);
88 const std::string &suffix,
106 bool result_is_used);
110 bool result_is_used);
114 bool result_is_used);
118 bool result_is_used);
122 bool result_is_used);
126 bool result_is_used);
130 bool result_is_used);
134 bool result_is_used);
138 bool result_is_used);
173 const exprt &
function,
195 const exprt &
function,
235 std::set<irep_idt> &events);
268 std::size_t stack_size,
272 std::size_t stack_size,
274 destructor_stackt &
stack);
285 std::pair<goto_programt::targett, destructor_stackt>>
287 typedef std::list<std::pair<goto_programt::targett, destructor_stackt>>
291 typedef std::list<std::pair<goto_programt::targett, caset> >
casest;
292 typedef std::map<goto_programt::targett, casest::iterator>
cases_mapt;
315 has_return_value(false),
327 break_target=_break_target;
328 break_stack_size=destructor_stack.size();
334 continue_target=_continue_target;
335 continue_stack_size=destructor_stack.size();
341 default_target=_default_target;
347 return_target=_return_target;
353 throw_target=_throw_target;
354 throw_stack_size=destructor_stack.size();
360 leave_target=_leave_target;
361 leave_stack_size=destructor_stack.size();
479 const caset &case_op);
508 std::list<exprt> &dest);
583 #endif // CPROVER_GOTO_PROGRAMS_GOTO_CONVERT_CLASS_H symbol_exprt make_compound_literal(const exprt &expr, goto_programt &dest)
void convert_atomic_begin(const codet &code, goto_programt &dest)
break_continue_targetst(const targetst &targets)
throw_targett(const targetst &targets)
void convert_specc_event(const exprt &op, std::set< irep_idt > &events)
The type of an expression.
void convert_skip(const codet &code, goto_programt &dest)
void convert_gcc_switch_case_range(const codet &code, goto_programt &dest)
goto_program_instruction_typet
The type of an instruction in a GOTO program.
A `switch' instruction.
std::list< goto_programt::targett > computed_gotost
void convert(const codet &code, goto_programt &dest)
converts 'code' and appends the result to 'dest'
void restore(targetst &targets)
symbol_tablet & symbol_table
goto_programt::targett return_target
goto_programt::targett break_target
void remove_cpp_delete(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void remove_assignment(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void unwind_destructor_stack(const source_locationt &, std::size_t stack_size, goto_programt &dest)
A continue for `for' and `while' loops.
void convert_ifthenelse(const code_ifthenelset &code, goto_programt &dest)
virtual void do_function_call(const exprt &lhs, const exprt &function, const exprt::operandst &arguments, goto_programt &dest)
void remove_push_catch(side_effect_exprt &expr, goto_programt &dest)
struct goto_convertt::targetst targets
static bool has_sideeffect(const exprt &expr)
goto_programt::targett default_target
guarded_gotost guarded_gotos
void do_input(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
goto_programt::targett throw_target
goto_programt::targett break_target
void remove_temporary_object(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void convert_gcc_computed_goto(const codet &code, goto_programt &dest)
void convert_atomic_end(const codet &code, goto_programt &dest)
void convert_assign(const code_assignt &code, goto_programt &dest)
void convert_dowhile(const codet &code, goto_programt &dest)
virtual void do_function_call_symbol(const exprt &lhs, const symbol_exprt &function, const exprt::operandst &arguments, goto_programt &dest)
add function calls to function queue for later processing
void do_atomic_begin(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void convert_init(const codet &code, goto_programt &dest)
void do_array_equal(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
The trinary if-then-else operator.
void restore(targetst &targets)
void convert_goto(const codet &code, goto_programt &dest)
void remove_malloc(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
Symbol table entry.This is a symbol in the symbol table, stored in an object of type symbol_tablet...
void convert_end_thread(const codet &code, goto_programt &dest)
void remove_statement_expression(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void set_default(goto_programt::targett _default_target)
static bool has_function_call(const exprt &expr)
void convert_specc_wait(const codet &code, goto_programt &dest)
std::map< goto_programt::targett, casest::iterator > cases_mapt
goto_programt::targett throw_target
destructor_stackt destructor_stack
static void collect_operands(const exprt &expr, const irep_idt &id, std::list< exprt > &dest)
std::size_t continue_stack_size
void goto_convert(const codet &code, goto_programt &dest)
goto_programt::targett break_target
void convert_switch(const code_switcht &code, goto_programt &dest)
void convert_decl_type(const codet &code, goto_programt &dest)
void do_java_new(const exprt &lhs, const side_effect_exprt &rhs, goto_programt &dest)
std::size_t leave_stack_size
irep_idt get_string_constant(const exprt &expr)
virtual void do_cpp_new(const exprt &lhs, const side_effect_exprt &rhs, goto_programt &dest)
goto_convertt(symbol_tablet &_symbol_table, message_handlert &_message_handler)
void convert_bp_abortif(const codet &code, goto_programt &dest)
void convert_for(const code_fort &code, goto_programt &dest)
std::string tmp_symbol_prefix
goto_programt::targett ifiter
void convert_msc_try_finally(const codet &code, goto_programt &dest)
A declaration of a local variable.
symbol_exprt exception_flag()
void clean_expr_address_of(exprt &expr, goto_programt &dest)
goto_programt::targett leave_target
void convert_label(const code_labelt &code, goto_programt &dest)
void restore(targetst &targets)
goto_programt::targett default_target
exprt case_guard(const exprt &value, const caset &case_op)
void do_prob_coin(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void remove_gcc_conditional_expression(exprt &expr, goto_programt &dest)
goto_programt::targett leave_target
void convert_specc_notify(const codet &code, goto_programt &dest)
void do_prob_uniform(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void remove_cpp_new(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void convert_continue(const code_continuet &code, goto_programt &dest)
void convert_while(const code_whilet &code, goto_programt &dest)
void convert_CPROVER_try_finally(const codet &code, goto_programt &dest)
A label for branch targets.
goto_programt::targett continue_target
std::size_t throw_stack_size
void convert_msc_leave(const codet &code, goto_programt &dest)
A `while' instruction.
void remove_pre(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void convert_asm(const code_asmt &code, goto_programt &dest)
void do_java_new_array(const exprt &lhs, const side_effect_exprt &rhs, goto_programt &dest)
void convert_specc_par(const codet &code, goto_programt &dest)
void finish_computed_gotos(goto_programt &dest)
void convert_return(const code_returnt &code, goto_programt &dest)
void convert_cpp_delete(const codet &code, goto_programt &dest)
void clean_expr(exprt &expr, goto_programt &dest, bool result_is_used=true)
void restore(targetst &targets)
exprt get_array_argument(const exprt &src)
virtual void do_function_call_other(const exprt &lhs, const exprt &function, const exprt::operandst &arguments, goto_programt &dest)
void goto_convert_rec(const codet &code, goto_programt &dest)
void convert_gcc_local_label(const codet &code, goto_programt &dest)
void do_array_op(const irep_idt &id, const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
std::vector< exprt > operandst
void do_printf(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void convert_function_call(const code_function_callt &code, goto_programt &dest)
void remove_post(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
A specialization of goto_program_templatet over goto programs in which instructions have codet type...
void convert_assert(const code_assertt &code, goto_programt &dest)
break_switch_targetst(const targetst &targets)
virtual void do_function_call_if(const exprt &lhs, const if_exprt &function, const exprt::operandst &arguments, goto_programt &dest)
void convert_CPROVER_try_catch(const codet &code, goto_programt &dest)
exprt get_constant(const exprt &expr)
void set_continue(goto_programt::targett _continue_target)
void convert_java_try_catch(const codet &code, goto_programt &dest)
goto_programt::targett gotoiter
void do_scanf(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void do_output(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
static bool needs_cleaning(const exprt &expr)
void remove_side_effect(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
void cpp_new_initializer(const exprt &lhs, const side_effect_exprt &rhs, goto_programt &dest)
builds a goto program for object initialization after new
goto_programt::targett continue_target
std::vector< codet > destructor_stackt
void convert_decl(const code_declt &code, goto_programt &dest)
void new_name(symbolt &symbol)
void convert_try_catch(const codet &code, goto_programt &dest)
void finish_guarded_gotos(goto_programt &dest)
For each if(x) goto z; goto y; z: emitted, see if any destructor statements were inserted between got...
void generate_conditional_branch(const exprt &guard, goto_programt::targett target_true, goto_programt::targett target_false, const source_locationt &, goto_programt &dest)
if(guard) goto target_true; else goto target_false;
void set_break(goto_programt::targett _break_target)
void set_leave(goto_programt::targett _leave_target)
symbolt & new_tmp_symbol(const typet &type, const std::string &suffix, goto_programt &dest, const source_locationt &)
Base class for all expressions.
const symbolt & lookup(const irep_idt &identifier)
A break for `for' and `while' loops.
void finish_gotos(goto_programt &dest)
void convert_break(const code_breakt &code, goto_programt &dest)
void convert_loop_invariant(const codet &code, goto_programt::targett loop)
void convert_switch_case(const code_switch_caset &code, goto_programt &dest)
computed_gotost computed_gotos
void set_throw(goto_programt::targett _throw_target)
std::size_t leave_stack_size
void do_array_set(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
An inline assembler statement.
void make_temp_symbol(exprt &expr, const std::string &suffix, goto_programt &)
std::size_t break_stack_size
unsigned temporary_counter
void convert_assume(const code_assumet &code, goto_programt &dest)
void remove_function_call(side_effect_exprt &expr, goto_programt &dest, bool result_is_used)
std::list< guarded_gotot > guarded_gotost
std::size_t break_stack_size
void convert_block(const code_blockt &code, goto_programt &dest)
virtual void do_function_call_symbol(const symbolt &symbol)
std::list< std::pair< goto_programt::targett, caset > > casest
std::size_t throw_stack_size
Expression to hold a symbol (variable)
void copy(const codet &code, goto_program_instruction_typet type, goto_programt &dest)
leave_targett(const targetst &targets)
A statement in a programming language.
void convert_msc_try_except(const codet &code, goto_programt &dest)
void convert_bp_enforce(const codet &code, goto_programt &dest)
An expression containing a side effect.
void convert_expression(const code_expressiont &code, goto_programt &dest)
void convert_start_thread(const codet &code, goto_programt &dest)
std::map< irep_idt, std::pair< goto_programt::targett, destructor_stackt > > labelst
void set_return(goto_programt::targett _return_target)
void rewrite_boolean(exprt &dest)
re-write boolean operators into ?:
static void replace_new_object(const exprt &object, exprt &dest)
void do_atomic_end(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void do_create_thread(const exprt &lhs, const exprt &rhs, const exprt::operandst &arguments, goto_programt &dest)
void convert_CPROVER_throw(const codet &code, goto_programt &dest)
std::list< std::pair< goto_programt::targett, destructor_stackt > > gotost
void generate_ifthenelse(const exprt &cond, goto_programt &true_case, goto_programt &false_case, const source_locationt &, goto_programt &dest)
if(guard) true_case; else false_case;
instructionst::iterator targett
void convert_non_deterministic_goto(const codet &code, goto_programt &dest)