cprover
|
Show the goto functions. More...
#include <util/ui_message.h>
Go to the source code of this file.
Macros | |
#define | OPT_SHOW_GOTO_FUNCTIONS |
#define | HELP_SHOW_GOTO_FUNCTIONS |
Functions | |
void | show_goto_functions (const namespacet &ns, message_handlert &message_handler, ui_message_handlert::uit ui, const goto_functionst &goto_functions, bool list_only=false) |
void | show_goto_functions (const goto_modelt &, message_handlert &message_handler, ui_message_handlert::uit ui, bool list_only=false) |
Show the goto functions.
Definition in file show_goto_functions.h.
#define HELP_SHOW_GOTO_FUNCTIONS |
Definition at line 26 of file show_goto_functions.h.
Referenced by clobber_parse_optionst::help(), jdiff_parse_optionst::help(), goto_diff_parse_optionst::help(), cbmc_parse_optionst::help(), jbmc_parse_optionst::help(), goto_instrument_parse_optionst::help(), janalyzer_parse_optionst::help(), and goto_analyzer_parse_optionst::help().
#define OPT_SHOW_GOTO_FUNCTIONS |
Definition at line 22 of file show_goto_functions.h.
void show_goto_functions | ( | const namespacet & | ns, |
message_handlert & | message_handler, | ||
ui_message_handlert::uit | ui, | ||
const goto_functionst & | goto_functions, | ||
bool | list_only = false |
||
) |
Definition at line 30 of file show_goto_functions.cpp.
References show_goto_functions_xmlt::convert(), show_goto_functions_jsont::convert(), symbolt::display_name(), messaget::eom(), goto_functionst::function_map, ui_message_handlert::JSON_UI, namespacet::lookup(), message_handler, symbolt::name, goto_functionst::output(), ui_message_handlert::PLAIN, messaget::status(), and ui_message_handlert::XML_UI.
Referenced by clobber_parse_optionst::doit(), jdiff_parse_optionst::doit(), goto_diff_parse_optionst::doit(), goto_instrument_parse_optionst::doit(), janalyzer_parse_optionst::doit(), goto_analyzer_parse_optionst::doit(), cbmc_parse_optionst::get_goto_program(), jbmc_parse_optionst::get_goto_program(), show_goto_functions(), and jbmc_parse_optionst::show_loaded_functions().
void show_goto_functions | ( | const goto_modelt & | , |
message_handlert & | message_handler, | ||
ui_message_handlert::uit | ui, | ||
bool | list_only = false |
||
) |
Definition at line 79 of file show_goto_functions.cpp.
References goto_modelt::goto_functions, message_handler, show_goto_functions(), and goto_modelt::symbol_table.