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
boolbv_type.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_SOLVERS_FLATTENING_BOOLBV_TYPE_H
11
#define CPROVER_SOLVERS_FLATTENING_BOOLBV_TYPE_H
12
13
class
typet
;
14
15
// new stuff
16
enum class
bvtypet
17
{
18
IS_BV
,
IS_SIGNED
,
IS_UNSIGNED
,
IS_FLOAT
,
IS_FIXED
,
IS_C_BOOL
,
19
IS_VERILOG_SIGNED
,
IS_VERILOG_UNSIGNED
,
IS_RANGE
,
IS_UNKNOWN
,
20
IS_C_ENUM
,
IS_C_BIT_FIELD
21
};
16
enum class
bvtypet
{
…
};
22
23
bvtypet
get_bvtype
(
const
typet
&type);
24
25
#endif
// CPROVER_SOLVERS_FLATTENING_BOOLBV_TYPE_H
get_bvtype
bvtypet get_bvtype(const typet &type)
Definition
boolbv_type.cpp:13
bvtypet
bvtypet
Definition
boolbv_type.h:17
bvtypet::IS_BV
@ IS_BV
bvtypet::IS_RANGE
@ IS_RANGE
bvtypet::IS_C_ENUM
@ IS_C_ENUM
bvtypet::IS_C_BOOL
@ IS_C_BOOL
bvtypet::IS_FIXED
@ IS_FIXED
bvtypet::IS_VERILOG_UNSIGNED
@ IS_VERILOG_UNSIGNED
bvtypet::IS_VERILOG_SIGNED
@ IS_VERILOG_SIGNED
bvtypet::IS_UNKNOWN
@ IS_UNKNOWN
bvtypet::IS_FLOAT
@ IS_FLOAT
bvtypet::IS_SIGNED
@ IS_SIGNED
bvtypet::IS_UNSIGNED
@ IS_UNSIGNED
bvtypet::IS_C_BIT_FIELD
@ IS_C_BIT_FIELD
typet
The type of an expression, extends irept.
Definition
type.h:29
src
solvers
flattening
boolbv_type.h
Generated by
1.9.8