Go to the documentation of this file.
12 #ifndef CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
13 #define CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
41 #define CBMC_OPTIONS \
43 "(preprocess)(slice-by-trace):" \
45 "(no-simplify)(full-slice)" \
46 OPT_REACHABILITY_SLICER \
47 "(debug-level):(no-propagation)(no-simplify-if)" \
48 "(document-subgoals)(outfile):(test-preprocessor)" \
49 "D:I:(c89)(c99)(c11)(cpp98)(cpp03)(cpp11)" \
52 "(no-assertions)(no-assumptions)" \
55 "(smt1)(smt2)(fpa)(cvc3)(cvc4)(boolector)(yices)(z3)(mathsat)" \
57 "(no-sat-preprocessor)" \
59 "(dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)"\
60 OPT_STRING_REFINEMENT_CBMC \
61 "(16)(32)(64)(LP64)(ILP64)(LLP64)(ILP32)(LP32)" \
62 "(little-endian)(big-endian)" \
63 OPT_SHOW_GOTO_FUNCTIONS \
65 "(show-symbol-table)(show-parse-tree)" \
66 "(drop-unused-functions)" \
67 "(property):(stop-on-fail)(trace)" \
68 "(error-label):(verbosity):(no-library)" \
71 "(cover):(symex-coverage-report):" \
74 "(i386-linux)(i386-macos)(i386-win32)(win32)(winx64)(gcc)" \
75 "(ppc-macos)(unsigned-char)" \
76 "(arrays-uf-always)(arrays-uf-never)" \
77 "(string-abstraction)(no-arch)(arch):" \
78 "(round-to-nearest)(round-to-plus-inf)(round-to-minus-inf)(round-to-zero)" \
84 "(claim):(show-claims)(floatbv)(all-claims)(all-properties)" // legacy, and will eventually disappear // NOLINT(whitespace/line_length)
90 virtual int doit()
override;
91 virtual void help()
override;
97 const std::string &extra_options);
122 #endif // CPROVER_CBMC_CBMC_PARSE_OPTIONS_H
Class that provides messages with a built-in verbosity 'level'.
virtual int doit() override
invoke main modules
static int get_goto_program(goto_modelt &, const optionst &, const cmdlinet &, ui_message_handlert &)
cbmc_parse_optionst(int argc, const char **argv)
void register_languages()
void get_command_line_options(optionst &)
static bool process_goto_program(goto_modelt &, const optionst &, messaget &)
A collection of goto functions.
virtual void help() override
display command line help
static void set_default_options(optionst &)
Set the options that have default values.
void preprocessing(const optionst &)