|
cprover
|
#include <goto_instrument_parse_options.h>
Public Member Functions | |
| int | doit () override |
| invoke main modules | |
| void | help () override |
| display command line help | |
| goto_instrument_parse_optionst (int argc, const char **argv) | |
| Public Member Functions inherited from parse_options_baset | |
| parse_options_baset (const std::string &optstring, int argc, const char **argv, const std::string &program) | |
| virtual void | usage_error () |
| virtual int | main () |
| virtual | ~parse_options_baset () |
| void | log_version_and_architecture (const std::string &front_end) |
| Write version and system architecture to log.status(). | |
Protected Member Functions | |
| void | register_languages () override |
| void | get_goto_program () |
| void | instrument_goto_program () |
| void | do_indirect_call_and_rtti_removal (bool force=false) |
| void | do_remove_const_function_pointers_only () |
| Remove function pointers that can be resolved by analysing const variables (i.e. | |
| void | do_partial_inlining () |
| void | do_remove_returns () |
Protected Attributes | |
| bool | function_pointer_removal_done |
| bool | partial_inlining_done |
| bool | remove_returns_done |
| goto_modelt | goto_model |
| Protected Attributes inherited from parse_options_baset | |
| ui_message_handlert | ui_message_handler |
| messaget | log |
Additional Inherited Members | |
| Public Attributes inherited from parse_options_baset | |
| cmdlinet | cmdline |
Definition at line 137 of file goto_instrument_parse_options.h.
|
inline |
Definition at line 143 of file goto_instrument_parse_options.h.
|
protected |
Definition at line 946 of file goto_instrument_parse_options.cpp.
|
protected |
Definition at line 981 of file goto_instrument_parse_options.cpp.
|
protected |
Remove function pointers that can be resolved by analysing const variables (i.e.
can be resolved using remove_const_function_pointers). Function pointers that cannot be resolved will be left as function pointers.
Definition at line 965 of file goto_instrument_parse_options.cpp.
|
protected |
Definition at line 995 of file goto_instrument_parse_options.cpp.
|
overridevirtual |
invoke main modules
Implements parse_options_baset.
Definition at line 113 of file goto_instrument_parse_options.cpp.
|
protected |
Definition at line 1006 of file goto_instrument_parse_options.cpp.
|
overridevirtual |
display command line help
Reimplemented from parse_options_baset.
Definition at line 1891 of file goto_instrument_parse_options.cpp.
|
protected |
Definition at line 1023 of file goto_instrument_parse_options.cpp.
|
overrideprotectedvirtual |
Reimplemented from parse_options_baset.
Definition at line 19 of file goto_instrument_languages.cpp.
|
protected |
Definition at line 166 of file goto_instrument_parse_options.h.
|
protected |
Definition at line 170 of file goto_instrument_parse_options.h.
|
protected |
Definition at line 167 of file goto_instrument_parse_options.h.
|
protected |
Definition at line 168 of file goto_instrument_parse_options.h.