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 <util/fresh_symbol.h>
#include "goto_inline.h"
Go to the source code of this file.
Functions | |
void | goto_convert (goto_modelt &goto_model, message_handlert &message_handler) |
void | goto_convert (symbol_table_baset &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
void | goto_convert (const irep_idt &identifier, symbol_table_baset &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
void goto_convert | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 226 of file goto_convert_functions.cpp.
References goto_convert(), goto_modelt::goto_functions, message_handler, and goto_modelt::symbol_table.
Referenced by goto_convert().
void goto_convert | ( | symbol_table_baset & | symbol_table, |
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 236 of file goto_convert_functions.cpp.
References messaget::eom(), messaget::error(), goto_convert_functionst::goto_convert(), messaget::M_ERROR, and message_handler.
void goto_convert | ( | const irep_idt & | identifier, |
symbol_table_baset & | symbol_table, | ||
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 270 of file goto_convert_functions.cpp.
References goto_convert_functionst::convert_function(), messaget::eom(), messaget::error(), goto_functionst::function_map, messaget::M_ERROR, and message_handler.