cprover
goto_convert_functions.cpp File Reference
#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"
Include dependency graph for goto_convert_functions.cpp:

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)
 

Function Documentation

§ goto_convert() [1/3]

void goto_convert ( symbol_tablet symbol_table,
goto_modelt goto_model,
message_handlert message_handler 
)

§ goto_convert() [2/3]

void goto_convert ( symbol_tablet symbol_table,
goto_functionst functions,
message_handlert message_handler 
)

§ goto_convert() [3/3]

void goto_convert ( const irep_idt identifier,
symbol_tablet symbol_table,
goto_functionst functions,
message_handlert message_handler 
)