CBMC
|
#include <goto_analyzer_parse_options.h>
Public Member Functions | |
virtual int | doit () override |
invoke main modules | |
virtual void | help () override |
display command line help | |
goto_analyzer_parse_optionst (int argc, const char **argv) | |
![]() | |
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 |
virtual void | get_command_line_options (optionst &options) |
virtual bool | process_goto_program (const optionst &options) |
virtual int | perform_analysis (const optionst &options) |
Depending on the command line mode, run one of the analysis tasks. | |
Static Protected Member Functions | |
static void | set_default_analysis_flags (optionst &options, const bool enabled) |
Protected Attributes | |
goto_modelt | goto_model |
![]() | |
ui_message_handlert | ui_message_handler |
messaget | log |
Additional Inherited Members | |
![]() | |
cmdlinet | cmdline |
Definition at line 177 of file goto_analyzer_parse_options.h.
Definition at line 49 of file goto_analyzer_parse_options.cpp.
|
overridevirtual |
invoke main modules
Implements parse_options_baset.
Definition at line 402 of file goto_analyzer_parse_options.cpp.
Definition at line 90 of file goto_analyzer_parse_options.cpp.
|
overridevirtual |
display command line help
Reimplemented from parse_options_baset.
Definition at line 748 of file goto_analyzer_parse_options.cpp.
Depending on the command line mode, run one of the analysis tasks.
Definition at line 468 of file goto_analyzer_parse_options.cpp.
|
protectedvirtual |
Definition at line 719 of file goto_analyzer_parse_options.cpp.
|
overrideprotectedvirtual |
Reimplemented from parse_options_baset.
Definition at line 19 of file goto_analyzer_languages.cpp.
|
staticprotected |
Definition at line 60 of file goto_analyzer_parse_options.cpp.
|
protected |
Definition at line 186 of file goto_analyzer_parse_options.h.