cprover
function.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Function Entering and Exiting
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_INSTRUMENT_FUNCTION_H
13
#define CPROVER_GOTO_INSTRUMENT_FUNCTION_H
14
15
#include <
goto-programs/goto_model.h
>
16
17
class
code_function_callt
function_to_call
(
18
symbol_tablet
&,
19
const
irep_idt
&
id
,
20
const
irep_idt
&argument);
21
22
void
function_enter
(
23
goto_modelt
&,
24
const
irep_idt
&
id
);
25
26
void
function_exit
(
27
goto_modelt
&,
28
const
irep_idt
&
id
);
29
30
#endif // CPROVER_GOTO_INSTRUMENT_FUNCTION_H
goto_modelt
Definition:
goto_model.h:24
irept::id
const irep_idt & id() const
Definition:
irep.h:189
goto_model.h
Symbol Table + CFG.
function_enter
void function_enter(goto_modelt &, const irep_idt &id)
Definition:
function.cpp:80
function_to_call
class code_function_callt function_to_call(symbol_tablet &, const irep_idt &id, const irep_idt &argument)
Definition:
function.cpp:21
symbol_tablet
The symbol table.
Definition:
symbol_table.h:19
code_function_callt
A function call.
Definition:
std_code.h:828
dstringt
Definition:
dstring.h:21
function_exit
void function_exit(goto_modelt &, const irep_idt &id)
Definition:
function.cpp:106
goto-instrument
function.h
Generated by
1.8.14