CBMC
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 {
21 };
22 
23 bvtypet get_bvtype(const typet &type);
24 
25 #endif // CPROVER_SOLVERS_FLATTENING_BOOLBV_TYPE_H
bvtypet get_bvtype(const typet &type)
Definition: boolbv_type.cpp:13
bvtypet
Definition: boolbv_type.h:17
@ IS_VERILOG_UNSIGNED
@ IS_VERILOG_SIGNED
@ IS_C_BIT_FIELD
The type of an expression, extends irept.
Definition: type.h:29