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
▼
CBMC
►
Documentation
►
Code Contracts in CBMC
►
The CPROVER C++ API
►
Libcprover-rust
►
Symex and GOTO program instructions
Deprecated List
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
skip_loops.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Skip over selected loops by adding gotos
4
5
Author: Michael Tautschnig
6
7
Date: January 2016
8
9
\*******************************************************************/
10
13
14
#ifndef CPROVER_GOTO_INSTRUMENT_SKIP_LOOPS_H
15
#define CPROVER_GOTO_INSTRUMENT_SKIP_LOOPS_H
16
17
#include <string>
18
19
class
goto_modelt
;
20
class
message_handlert
;
21
22
bool
skip_loops
(
23
goto_modelt
&,
24
const
std::string &
loop_ids
,
25
message_handlert
&);
26
27
#endif
// CPROVER_GOTO_INSTRUMENT_SKIP_LOOPS_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
goto_modelt
Definition
goto_model.h:27
message_handlert
Definition
message.h:27
skip_loops
bool skip_loops(goto_modelt &, const std::string &loop_ids, message_handlert &)
Definition
skip_loops.cpp:93
src
goto-instrument
skip_loops.h
Generated by
1.9.8