CBMC
Loading...
Searching...
No Matches
parameter_assignments.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Add parameter assignments
4
5Author: Daniel Kroening
6
7Date: September 2015
8
9\*******************************************************************/
10
13
14#ifndef CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
15#define CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
16
17class goto_functionst;
18class goto_modelt;
19class symbol_tablet;
20
22
24
25#endif // CPROVER_GOTO_PROGRAMS_PARAMETER_ASSIGNMENTS_H
A collection of goto functions.
The symbol table.
void parameter_assignments(symbol_tablet &, goto_functionst &)