CBMC
|
Statement List Type Helper. More...
Go to the source code of this file.
Macros | |
#define | STL_INT_WIDTH 16u |
#define | STL_DINT_WIDTH 32u |
Functions | |
class signedbv_typet | get_int_type () |
Creates a new type that resembles the 'Int' type of the Siemens PLC languages. More... | |
class signedbv_typet | get_dint_type () |
Creates a new type that resembles the 'DInt' type of the Siemens PLC languages. More... | |
class floatbv_typet | get_real_type () |
Creates a new type that resembles the 'Real' type of the Siemens PLC languages. More... | |
class bool_typet | get_bool_type () |
Creates a new type that resembles the 'Bool' type of the Siemens PLC languages. More... | |
Statement List Type Helper.
Definition in file statement_list_types.h.
#define STL_DINT_WIDTH 32u |
Definition at line 16 of file statement_list_types.h.
#define STL_INT_WIDTH 16u |
Definition at line 15 of file statement_list_types.h.
class bool_typet get_bool_type | ( | ) |
Creates a new type that resembles the 'Bool' type of the Siemens PLC languages.
Definition at line 29 of file statement_list_types.cpp.
class signedbv_typet get_dint_type | ( | ) |
Creates a new type that resembles the 'DInt' type of the Siemens PLC languages.
Definition at line 21 of file statement_list_types.cpp.
class signedbv_typet get_int_type | ( | ) |
Creates a new type that resembles the 'Int' type of the Siemens PLC languages.
Definition at line 17 of file statement_list_types.cpp.
class floatbv_typet get_real_type | ( | ) |
Creates a new type that resembles the 'Real' type of the Siemens PLC languages.
Definition at line 25 of file statement_list_types.cpp.