CBMC
|
#include "goto_convert_functions.h"
#include <util/std_code.h>
#include <util/symbol_table_builder.h>
#include <goto-programs/goto_model.h>
#include <linking/static_lifetime_init.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 | ( | const irep_idt & | identifier, |
symbol_table_baset & | symbol_table, | ||
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 266 of file goto_convert_functions.cpp.
void goto_convert | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 243 of file goto_convert_functions.cpp.
void goto_convert | ( | symbol_table_baset & | symbol_table, |
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 252 of file goto_convert_functions.cpp.