CBMC
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
c
d
e
f
g
j
l
m
r
t
w
Functions
a
c
d
f
g
r
t
w
Typedefs
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
k
l
m
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Related Symbols
b
c
d
e
g
i
j
m
n
o
s
t
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
y
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Enumerations
_
a
b
c
d
f
g
i
l
m
p
r
s
t
u
v
w
Enumerator
_
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
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
class
goto_functiont
;
16
class
goto_modelt
;
17
18
void
instrument_preconditions
(
goto_modelt
&);
19
void
remove_preconditions
(
goto_modelt
&);
20
void
remove_preconditions
(
goto_functiont
&);
21
22
#endif
// CPROVER_GOTO_PROGRAMS_INSTRUMENT_PRECONDITIONS_H
goto_functiont
A goto function, consisting of function body (see body) and parameter identifiers (see parameter_iden...
Definition
goto_function.h:24
goto_modelt
Definition
goto_model.h:27
instrument_preconditions
void instrument_preconditions(goto_modelt &)
Definition
instrument_preconditions.cpp:143
remove_preconditions
void remove_preconditions(goto_modelt &)
Definition
instrument_preconditions.cpp:167
src
goto-programs
instrument_preconditions.h
Generated by
1.9.8