cprover
goto_convert_functions.h File Reference

Goto Programs with Functions. More...

#include "goto_model.h"
#include "goto_convert_class.h"
Include dependency graph for goto_convert_functions.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Goto Programs with Functions.

Definition in file goto_convert_functions.h.

Function Documentation

§ goto_convert() [1/3]

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

§ goto_convert() [2/3]

void goto_convert ( symbol_tablet symbol_table,
goto_modelt dest,
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 
)