|
cprover
|
#include "goto_convert_functions.h"#include <cassert>#include <util/base_type.h>#include <util/std_code.h>#include <util/symbol_table.h>#include <util/prefix.h>#include "goto_inline.h"Go to the source code of this file.
Functions | |
| void | goto_convert (symbol_tablet &symbol_table, goto_modelt &goto_model, message_handlert &message_handler) |
| void | goto_convert (symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
| void | goto_convert (const irep_idt &identifier, symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
| void goto_convert | ( | symbol_tablet & | symbol_table, |
| goto_modelt & | goto_model, | ||
| message_handlert & | message_handler | ||
| ) |
Definition at line 224 of file goto_convert_functions.cpp.
References goto_convert(), goto_modelt::goto_functions, symbol_tablet::swap(), and goto_modelt::symbol_table.
Referenced by goto_convert().
| 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 | ( | 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.