CBMC
|
Go to the source code of this file.
Enumerations | |
enum class | bvtypet { IS_BV , IS_SIGNED , IS_UNSIGNED , IS_FLOAT , IS_FIXED , IS_C_BOOL , IS_VERILOG_SIGNED , IS_VERILOG_UNSIGNED , IS_RANGE , IS_UNKNOWN , IS_C_ENUM , IS_C_BIT_FIELD } |
Functions | |
bvtypet | get_bvtype (const typet &type) |
|
strong |
Enumerator | |
---|---|
IS_BV | |
IS_SIGNED | |
IS_UNSIGNED | |
IS_FLOAT | |
IS_FIXED | |
IS_C_BOOL | |
IS_VERILOG_SIGNED | |
IS_VERILOG_UNSIGNED | |
IS_RANGE | |
IS_UNKNOWN | |
IS_C_ENUM | |
IS_C_BIT_FIELD |
Definition at line 16 of file boolbv_type.h.
Definition at line 13 of file boolbv_type.cpp.