Go to the documentation of this file.
12 #ifndef CPROVER_GOTO_INSTRUMENT_GOTO_INSTRUMENT_PARSE_OPTIONS_H
13 #define CPROVER_GOTO_INSTRUMENT_GOTO_INSTRUMENT_PARSE_OPTIONS_H
48 #define GOTO_INSTRUMENT_OPTIONS \
49 OPT_DOCUMENT_PROPERTIES \
55 OPT_UNINITIALIZED_CHECK \
60 "(unwinding-assertions)(partial-loops)(continue-as-loops)" \
62 "(call-graph)(reachable-call-graph)" \
63 OPT_INSERT_FINAL_ASSERT_FALSE \
64 OPT_SHOW_CLASS_HIERARCHY \
66 "(stack-depth):(nondet-static)" \
67 "(nondet-static-exclude):" \
68 "(function-enter):(function-exit):(branch):" \
69 OPT_SHOW_GOTO_FUNCTIONS \
71 "(drop-unused-functions)" \
73 "(show-global-may-alias)" \
74 "(show-local-bitvector-analysis)(show-custom-bitvector-analysis)" \
75 "(show-escape-analysis)(escape-analysis)" \
76 "(custom-bitvector-analysis)" \
77 "(show-struct-alignment)(interval-analysis)(show-intervals)" \
78 "(show-uninitialized)(show-locations)" \
79 "(full-slice)(reachability-slice)(slice-global-inits)" \
80 "(fp-reachability-slice):" \
81 "(inline)(partial-inline)(function-inline):(log):(no-caching)" \
82 "(value-set-fi-fp-removal)" \
83 OPT_REMOVE_CONST_FUNCTION_POINTERS \
84 "(print-internal-representation)" \
85 "(remove-function-pointers)" \
86 "(show-claims)(property):" \
87 "(show-symbol-table)(show-points-to)(show-rw-set)" \
89 "(show-natural-loops)(show-lexical-loops)(accelerate)(havoc-loops)" \
90 "(verbosity):(version)(xml-ui)(json-ui)" \
91 "(accelerate)(constant-propagator)" \
92 "(k-induction):(step-case)(base-case)" \
93 "(show-call-sequences)(check-call-sequence)" \
94 "(interpreter)(show-reaching-definitions)" \
95 "(list-symbols)(list-undefined-functions)" \
96 "(z3)(add-library)(show-dependence-graph)" \
97 "(horn)(skip-loops):(model-argc-argv):" \
98 "(" FLAG_LOOP_CONTRACTS ")" \
99 "(" FLAG_REPLACE_CALL "):" \
100 "(" FLAG_ENFORCE_CONTRACT "):" \
101 "(show-threaded)(list-calls-args)" \
102 "(undefined-function-is-assume-false)" \
103 "(remove-function-body):"\
104 OPT_AGGRESSIVE_SLICER \
107 OPT_REMOVE_CALLS_NO_BODY \
108 OPT_REPLACE_FUNCTION_BODY \
109 OPT_GOTO_PROGRAM_STATS \
110 "(show-local-safe-pointers)(show-safe-dereferences)" \
111 "(show-sese-regions)" \
113 "(validate-goto-binary)" \
115 OPT_ANSI_C_LANGUAGE \
116 OPT_RESTRICT_FUNCTION_POINTER \
117 OPT_NONDET_VOLATILE \
118 "(ensure-one-backedge-per-target)" \
120 OPT_SYNTHESIZE_LOOP_INVARIANTS \
129 void help()
override;
161 #endif // CPROVER_GOTO_INSTRUMENT_GOTO_INSTRUMENT_PARSE_OPTIONS_H
void help() override
display command line help
void do_partial_inlining()
goto_instrument_parse_optionst(int argc, const char **argv)
bool function_pointer_removal_done
void do_remove_const_function_pointers_only()
Remove function pointers that can be resolved by analysing const variables (i.e.
int doit() override
invoke main modules
#define GOTO_INSTRUMENT_OPTIONS
void do_indirect_call_and_rtti_removal(bool force=false)
void register_languages() override
void instrument_goto_program()
bool partial_inlining_done