CBMC
function.cpp File Reference

Function Entering and Exiting. More...

+ Include dependency graph for function.cpp:

Go to the source code of this file.

Functions

code_function_callt function_to_call (symbol_table_baset &symbol_table, const irep_idt &id, const irep_idt &argument)
 
void function_enter (goto_modelt &goto_model, const irep_idt &id)
 
void function_exit (goto_modelt &goto_model, const irep_idt &id)
 

Detailed Description

Function Entering and Exiting.

Definition in file function.cpp.

Function Documentation

◆ function_enter()

void function_enter ( goto_modelt goto_model,
const irep_idt id 
)

Definition at line 77 of file function.cpp.

◆ function_exit()

void function_exit ( goto_modelt goto_model,
const irep_idt id 
)

Definition at line 102 of file function.cpp.

◆ function_to_call()

code_function_callt function_to_call ( symbol_table_baset symbol_table,
const irep_idt id,
const irep_idt argument 
)

Definition at line 22 of file function.cpp.