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
ansi_c_parse_tree.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
#include "
ansi_c_parse_tree.h
"
10
11
#include <ostream>
12
13
void
ansi_c_parse_treet::swap
(
ansi_c_parse_treet
&
ansi_c_parse_tree
)
14
{
15
ansi_c_parse_tree
.items.swap(
items
);
16
}
13
void
ansi_c_parse_treet::swap
(
ansi_c_parse_treet
&
ansi_c_parse_tree
) {
…
}
17
18
void
ansi_c_parse_treet::clear
()
19
{
20
items
.
clear
();
21
}
18
void
ansi_c_parse_treet::clear
() {
…
}
22
23
void
ansi_c_parse_treet::output
(std::ostream &out)
const
24
{
25
for
(
const
auto
&
item
:
items
)
26
{
27
item
.
output
(out);
28
out <<
"\n"
;
29
}
30
}
23
void
ansi_c_parse_treet::output
(std::ostream &out)
const
{
…
}
ansi_c_parse_tree.h
ai_baset::output
virtual void output(const namespacet &ns, const irep_idt &function_id, const goto_programt &goto_program, std::ostream &out) const
Output the abstract states for a single function.
Definition
ai.cpp:39
ai_baset::clear
virtual void clear()
Reset the abstract state.
Definition
ai.h:265
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
ansi_c_parse_treet
Definition
ansi_c_parse_tree.h:18
ansi_c_parse_treet::items
itemst items
Definition
ansi_c_parse_tree.h:22
ansi_c_parse_treet::clear
void clear()
Definition
ansi_c_parse_tree.cpp:18
ansi_c_parse_treet::swap
void swap(ansi_c_parse_treet &other)
Definition
ansi_c_parse_tree.cpp:13
ansi_c_parse_treet::output
void output(std::ostream &out) const
Definition
ansi_c_parse_tree.cpp:23
src
ansi-c
ansi_c_parse_tree.cpp
Generated by
1.9.8