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.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module:
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
9
10
#ifndef CPROVER_ANSI_C_ANSI_C_PARSE_TREE_H
11
#define CPROVER_ANSI_C_ANSI_C_PARSE_TREE_H
12
13
#include "
ansi_c_declaration.h
"
14
15
#include <list>
16
17
class
ansi_c_parse_treet
18
{
19
public
:
20
// the declarations
21
typedef
std::list<ansi_c_declarationt>
itemst
;
22
itemst
items
;
23
24
void
swap
(
ansi_c_parse_treet
&other);
25
void
clear
();
26
void
output
(std::ostream &out)
const
;
27
};
17
class
ansi_c_parse_treet
{
…
};
28
29
#endif
// CPROVER_ANSI_C_ANSI_C_PARSE_TREE_H
ansi_c_declaration.h
ANSI-CC Language Type Checking.
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::itemst
std::list< ansi_c_declarationt > itemst
Definition
ansi_c_parse_tree.h:21
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.h
Generated by
1.9.8