CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
instrument_preconditions.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Move preconditions of a function
4 to the call-site of the function
5
6Author: Daniel Kroening
7
8Date: September 2017
9
10\*******************************************************************/
11
12#ifndef CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
13#define CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
14
15class goto_functiont;
16class goto_modelt;
17
21
22#endif // CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
A goto function, consisting of function body (see body) and parameter identifiers (see parameter_iden...
void instrument_preconditions(goto_modelt &)
void remove_preconditions(goto_modelt &)