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.h
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
#ifndef CPROVER_CPP_CPP_PARSE_TREE_H
13
#define CPROVER_CPP_CPP_PARSE_TREE_H
14
15
#include "
cpp_item.h
"
16
17
#include <list>
18
19
class
cpp_parse_treet
20
{
21
public
:
22
// the (top-level) declarations/definitions
23
24
typedef
std::list<cpp_itemt>
itemst
;
25
itemst
items
;
26
27
void
swap
(
cpp_parse_treet
&cpp_parse_tree);
28
void
clear
();
29
};
19
class
cpp_parse_treet
{
…
};
30
31
class
uninitialized_typet
:
public
typet
32
{
33
public
:
34
uninitialized_typet
() :
typet
(
static_cast
<
const
typet
&>(
get_nil_irep
()))
35
{
36
}
34
uninitialized_typet
() :
typet
(
static_cast
<
const
typet
&>(
get_nil_irep
())) {
…
}
37
};
31
class
uninitialized_typet
:
public
typet
{
…
};
38
39
#endif
// CPROVER_CPP_CPP_PARSE_TREE_H
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
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_treet::itemst
std::list< cpp_itemt > itemst
Definition
cpp_parse_tree.h:24
typet
The type of an expression, extends irept.
Definition
type.h:29
uninitialized_typet
Definition
cpp_parse_tree.h:32
uninitialized_typet::uninitialized_typet
uninitialized_typet()
Definition
cpp_parse_tree.h:34
cpp_item.h
C++ Language Type Checking.
get_nil_irep
const irept & get_nil_irep()
Definition
irep.cpp:19
src
cpp
cpp_parse_tree.h
Generated by
1.9.8