|
cprover
|
#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.
Functions | |
| configt::bv_encodingt | parse_object_bits_encoding (const std::string &argument, const std::size_t pointer_width) |
| Parses the object_bits argument from the command line arguments. | |
| static irep_idt | string_from_ns (const namespacet &ns, const std::string &what) |
| static unsigned | unsigned_from_ns (const namespacet &ns, const std::string &what) |
Variables | |
| configt | config |
| configt::bv_encodingt parse_object_bits_encoding | ( | const std::string & | argument, |
| const std::size_t | pointer_width ) |
Parses the object_bits argument from the command line arguments.
| 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. |
Definition at line 840 of file config.cpp.
|
static |
Definition at line 1311 of file config.cpp.
|
static |
Definition at line 1334 of file config.cpp.
| configt config |
Definition at line 25 of file config.cpp.