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
cpp_parse_tree.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: C++ Parser
4
5
Author: Daniel Kroening, kroening@cs.cmu.edu
6
7
\*******************************************************************/
8
11
12
#include "
cpp_parse_tree.h
"
13
14
void
cpp_parse_treet::swap
(
cpp_parse_treet
&cpp_parse_tree)
15
{
16
cpp_parse_tree.
items
.swap(
items
);
17
}
14
void
cpp_parse_treet::swap
(
cpp_parse_treet
&cpp_parse_tree) {
…
}
18
19
void
cpp_parse_treet::clear
()
20
{
21
items
.
clear
();
22
}
19
void
cpp_parse_treet::clear
() {
…
}
ai_baset::clear
virtual void clear()
Reset the abstract state.
Definition
ai.h:265
cpp_parse_treet
Definition
cpp_parse_tree.h:20
cpp_parse_treet::items
itemst items
Definition
cpp_parse_tree.h:25
cpp_parse_treet::swap
void swap(cpp_parse_treet &cpp_parse_tree)
Definition
cpp_parse_tree.cpp:14
cpp_parse_treet::clear
void clear()
Definition
cpp_parse_tree.cpp:19
cpp_parse_tree.h
C++ Parser.
src
cpp
cpp_parse_tree.cpp
Generated by
1.9.8