CBMC
|
C++ Language Conversion. More...
#include "convert_integer_literal.h"
#include <cctype>
#include <util/arith_tools.h>
#include <util/config.h>
#include <util/std_expr.h>
#include <util/string2int.h>
Go to the source code of this file.
Macros | |
#define | FITS(width, signed) |
Functions | |
exprt | convert_integer_literal (const std::string &src) |
C++ Language Conversion.
Definition in file convert_integer_literal.cpp.
#define FITS | ( | width, | |
signed | |||
) |
exprt convert_integer_literal | ( | const std::string & | src | ) |
Definition at line 21 of file convert_integer_literal.cpp.