|
cprover
|
CBMC Command Line Option Processing. More...
#include "cbmc_parse_options.h"#include <fstream>#include <cstdlib>#include <iostream>#include <memory>#include <util/string2int.h>#include <util/config.h>#include <util/language.h>#include <util/unicode.h>#include <util/memory_info.h>#include <util/invariant.h>#include <ansi-c/c_preprocess.h>#include <goto-programs/goto_convert_functions.h>#include <goto-programs/remove_function_pointers.h>#include <goto-programs/remove_virtual_functions.h>#include <goto-programs/remove_instanceof.h>#include <goto-programs/remove_returns.h>#include <goto-programs/remove_exceptions.h>#include <goto-programs/remove_vector.h>#include <goto-programs/remove_complex.h>#include <goto-programs/remove_asm.h>#include <goto-programs/remove_unused_functions.h>#include <goto-programs/remove_static_init_loops.h>#include <goto-programs/mm_io.h>#include <goto-programs/goto_inline.h>#include <goto-programs/show_properties.h>#include <goto-programs/set_properties.h>#include <goto-programs/read_goto_binary.h>#include <goto-programs/string_abstraction.h>#include <goto-programs/string_instrumentation.h>#include <goto-programs/loop_ids.h>#include <goto-programs/link_to_library.h>#include <goto-programs/remove_skip.h>#include <goto-programs/show_goto_functions.h>#include <goto-symex/rewrite_union.h>#include <goto-symex/adjust_float_expressions.h>#include <goto-instrument/full_slicer.h>#include <goto-instrument/nondet_static.h>#include <goto-instrument/cover.h>#include <pointer-analysis/add_failed_symbols.h>#include <langapi/mode.h>#include "cbmc_solvers.h"#include "bmc.h"#include "version.h"#include "xml_interface.h"Go to the source code of this file.
CBMC Command Line Option Processing.
Definition in file cbmc_parse_options.cpp.