cprover
instrument_preconditions.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Move preconditions of a function
4
to the call-site of the function
5
6
Author: Daniel Kroening
7
8
Date: September 2017
9
10
\*******************************************************************/
11
12
#ifndef CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
13
#define CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
14
15
#include <
goto-programs/goto_model.h
>
16
17
void
instrument_preconditions
(
goto_modelt
&);
18
19
#endif // CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
instrument_preconditions
void instrument_preconditions(goto_modelt &)
Definition:
instrument_preconditions.cpp:137
goto_modelt
Definition:
goto_model.h:24
goto_model.h
Symbol Table + CFG.
goto-programs
instrument_preconditions.h
Generated by
1.8.14