CBMC
|
#include "function.h"
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/cprover_prefix.h>
#include <util/pointer_expr.h>
#include <util/prefix.h>
#include <util/std_code.h>
#include <util/string_constant.h>
#include <util/symbol_table.h>
#include <goto-programs/goto_model.h>
Go to the source code of this file.
Functions | |
code_function_callt | function_to_call (symbol_tablet &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) |
Function Entering and Exiting
Definition in file function.cpp.
void function_enter | ( | goto_modelt & | goto_model, |
const irep_idt & | id | ||
) |
Definition at line 76 of file function.cpp.
void function_exit | ( | goto_modelt & | goto_model, |
const irep_idt & | id | ||
) |
Definition at line 101 of file function.cpp.
code_function_callt function_to_call | ( | symbol_tablet & | symbol_table, |
const irep_idt & | id, | ||
const irep_idt & | argument | ||
) |
Definition at line 25 of file function.cpp.