cprover
parameter_assignments.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Add parameter assignments
4 
5 Author: Daniel Kroening
6 
7 Date: September 2015
8 
9 \*******************************************************************/
10 
13 
14 #ifndef CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
15 #define CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
16 
18 
20 
22 
23 #endif // CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
symbol_tablet
The symbol table.
Definition: symbol_table.h:20
goto_model.h
Symbol Table + CFG.
goto_modelt
Definition: goto_model.h:26
parameter_assignments
void parameter_assignments(symbol_tablet &, goto_functionst &)
removes returns
Definition: parameter_assignments.cpp:94
goto_functionst
A collection of goto functions.
Definition: goto_functions.h:23