CBMC
function.h File Reference
#include <util/irep.h>
+ Include dependency graph for function.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

class code_function_callt function_to_call (symbol_tablet &, const irep_idt &id, const irep_idt &argument)
 
void function_enter (goto_modelt &, const irep_idt &id)
 
void function_exit (goto_modelt &, const irep_idt &id)
 

Detailed Description

Function Entering and Exiting

Definition in file function.h.

Function Documentation

◆ function_enter()

void function_enter ( goto_modelt ,
const irep_idt id 
)

Definition at line 76 of file function.cpp.

◆ function_exit()

void function_exit ( goto_modelt ,
const irep_idt id 
)

Definition at line 101 of file function.cpp.

◆ function_to_call()

class code_function_callt function_to_call ( symbol_tablet ,
const irep_idt id,
const irep_idt argument 
)

Definition at line 25 of file function.cpp.