CBMC
|
Statement List Type Helper. More...
Go to the source code of this file.
Functions | |
signedbv_typet | get_int_type () |
Creates a new type that resembles the 'Int' type of the Siemens PLC languages. More... | |
signedbv_typet | get_dint_type () |
Creates a new type that resembles the 'DInt' type of the Siemens PLC languages. More... | |
floatbv_typet | get_real_type () |
Creates a new type that resembles the 'Real' type of the Siemens PLC languages. More... | |
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.cpp.
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.
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.
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.
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.