cprover
|
Goto Programs with Functions. More...
Go to the source code of this file.
Classes | |
class | goto_convert_functionst |
Functions | |
void | goto_convert (symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
void | goto_convert (symbol_tablet &symbol_table, goto_modelt &dest, message_handlert &message_handler) |
void | goto_convert (const irep_idt &identifier, symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
Goto Programs with Functions.
Definition in file goto_convert_functions.h.
void goto_convert | ( | symbol_tablet & | symbol_table, |
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 233 of file goto_convert_functions.cpp.
References messaget::eom(), messaget::error(), message_handlert::get_message_count(), goto_convert_functionst::goto_convert(), and messaget::M_ERROR.
void goto_convert | ( | symbol_tablet & | symbol_table, |
goto_modelt & | dest, | ||
message_handlert & | message_handler | ||
) |
Definition at line 224 of file goto_convert_functions.cpp.
References goto_convert_functionst::goto_convert(), goto_modelt::goto_functions, symbol_tablet::swap(), and goto_modelt::symbol_table.
void goto_convert | ( | const irep_idt & | identifier, |
symbol_tablet & | symbol_table, | ||
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 268 of file goto_convert_functions.cpp.
References goto_convert_functionst::convert_function(), messaget::eom(), messaget::error(), message_handlert::get_message_count(), and messaget::M_ERROR.