CBMC
|
#include <janalyzer_parse_options.h>
Public Member Functions | |
int | doit () override |
invoke main modules | |
void | help () override |
display command line help | |
janalyzer_parse_optionst (int argc, const char **argv) | |
bool | process_goto_functions (goto_modelt &goto_model, const optionst &options) |
void | process_goto_function (goto_model_functiont &function, const abstract_goto_modelt &model, const optionst &options) |
bool | can_generate_function_body (const irep_idt &name) |
bool | generate_function_body (const irep_idt &function_name, symbol_table_baset &symbol_table, goto_functiont &function, bool body_available) |
![]() | |
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_command_line_options (optionst &options) |
virtual int | perform_analysis (goto_modelt &goto_model, const optionst &options) |
Depending on the command line mode, run one of the analysis tasks. | |
ai_baset * | build_analyzer (goto_modelt &goto_model, const optionst &, const namespacet &ns) |
For the task, build the appropriate kind of analyzer Ideally this should be a pure function of options. | |
Protected Attributes | |
std::unique_ptr< class_hierarchyt > | class_hierarchy |
![]() | |
ui_message_handlert | ui_message_handler |
messaget | log |
Additional Inherited Members | |
![]() | |
cmdlinet | cmdline |
Definition at line 152 of file janalyzer_parse_options.h.
Definition at line 51 of file janalyzer_parse_options.cpp.
|
protected |
For the task, build the appropriate kind of analyzer Ideally this should be a pure function of options.
However at the moment some domains require the goto_model
Definition at line 263 of file janalyzer_parse_options.cpp.
Definition at line 701 of file janalyzer_parse_options.cpp.
|
overridevirtual |
invoke main modules
Implements parse_options_baset.
Definition at line 323 of file janalyzer_parse_options.cpp.
bool janalyzer_parse_optionst::generate_function_body | ( | const irep_idt & | function_name, |
symbol_table_baset & | symbol_table, | ||
goto_functiont & | function, | ||
bool | body_available | ||
) |
Definition at line 708 of file janalyzer_parse_options.cpp.
Definition at line 67 of file janalyzer_parse_options.cpp.
|
overridevirtual |
display command line help
Reimplemented from parse_options_baset.
Definition at line 718 of file janalyzer_parse_options.cpp.
|
protectedvirtual |
Depending on the command line mode, run one of the analysis tasks.
Definition at line 433 of file janalyzer_parse_options.cpp.
void janalyzer_parse_optionst::process_goto_function | ( | goto_model_functiont & | function, |
const abstract_goto_modelt & | model, | ||
const optionst & | options | ||
) |
Definition at line 672 of file janalyzer_parse_options.cpp.
bool janalyzer_parse_optionst::process_goto_functions | ( | goto_modelt & | goto_model, |
const optionst & | options | ||
) |
Definition at line 646 of file janalyzer_parse_options.cpp.
|
overrideprotectedvirtual |
Reimplemented from parse_options_baset.
Definition at line 60 of file janalyzer_parse_options.cpp.
|
protected |
Definition at line 176 of file janalyzer_parse_options.h.