CBMC
|
Statement List Language Conversion. More...
#include <util/std_expr.h>
Go to the source code of this file.
Functions | |
constant_exprt | convert_dint_dec_literal_value (const std::string &src) |
Converts a string into the corresponding 'DInt' expression. More... | |
constant_exprt | convert_dint_hex_literal_value (const std::string &src) |
Converts a string into the corresponding 'DInt' expression. More... | |
constant_exprt | convert_dint_bit_literal_value (const std::string &src) |
Converts a string into the corresponding 'DInt' expression. More... | |
Statement List Language Conversion.
Definition in file convert_dint_literal.h.
constant_exprt convert_dint_bit_literal_value | ( | const std::string & | src | ) |
Converts a string into the corresponding 'DInt' expression.
src | String returned by the parser (base 2). |
Definition at line 88 of file convert_dint_literal.cpp.
constant_exprt convert_dint_dec_literal_value | ( | const std::string & | src | ) |
Converts a string into the corresponding 'DInt' expression.
src | String returned by the parser (base 10). |
Definition at line 62 of file convert_dint_literal.cpp.
constant_exprt convert_dint_hex_literal_value | ( | const std::string & | src | ) |
Converts a string into the corresponding 'DInt' expression.
src | String returned by the parser (base 16). |
Definition at line 75 of file convert_dint_literal.cpp.