#include "config.h"
#include "arith_tools.h"
#include "cmdline.h"
#include "cprover_prefix.h"
#include "exception_utils.h"
#include "namespace.h"
#include "pointer_expr.h"
#include "simplify_expr.h"
#include "string2int.h"
#include "string_utils.h"
#include "symbol_table_base.h"
#include <climits>
#include <cstdlib>
Go to the source code of this file.
◆ parse_object_bits_encoding()
Parses the object_bits
argument from the command line arguments.
- Parameters
-
argument | The command line argument to parse the object_bits from. |
pointer_width | The width of a pointer in bits. This is used to check the value of object_bits is within the valid range. |
- Returns
- A
bv_encodingt
on successful parsing. In the case where an invalid argument is specified, an invalid_command_line_argument_exceptiont
will be thrown.
Definition at line 840 of file config.cpp.
◆ string_from_ns()
◆ unsigned_from_ns()
◆ config