CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boolbv_type.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module:
4
5Author: 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
13class typet;
14
15// new stuff
22
23bvtypet get_bvtype(const typet &type);
24
25#endif // CPROVER_SOLVERS_FLATTENING_BOOLBV_TYPE_H
bvtypet get_bvtype(const typet &type)
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