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 "(show-goto-functions)" |
#define | HELP_SHOW_GOTO_FUNCTIONS " --show-goto-functions show goto program\n" |
Functions | |
void | show_goto_functions (const namespacet &ns, ui_message_handlert::uit ui, const goto_functionst &goto_functions) |
void | show_goto_functions (const goto_modelt &, ui_message_handlert::uit ui) |
Show the goto functions.
Definition in file show_goto_functions.h.
#define HELP_SHOW_GOTO_FUNCTIONS " --show-goto-functions show goto program\n" |
Definition at line 24 of file show_goto_functions.h.
Referenced by goto_diff_parse_optionst::help(), clobber_parse_optionst::help(), goto_analyzer_parse_optionst::help(), symex_parse_optionst::help(), cbmc_parse_optionst::help(), and goto_instrument_parse_optionst::help().
#define OPT_SHOW_GOTO_FUNCTIONS "(show-goto-functions)" |
Definition at line 21 of file show_goto_functions.h.
void show_goto_functions | ( | const namespacet & | ns, |
ui_message_handlert::uit | ui, | ||
const goto_functionst & | goto_functions | ||
) |
Definition at line 30 of file show_goto_functions.cpp.
References ui_message_handlert::JSON_UI, goto_functions_templatet< bodyT >::output(), ui_message_handlert::PLAIN, and ui_message_handlert::XML_UI.
Referenced by goto_diff_parse_optionst::doit(), goto_instrument_parse_optionst::doit(), cbmc_parse_optionst::get_goto_program(), clobber_parse_optionst::process_goto_program(), goto_diff_parse_optionst::process_goto_program(), goto_analyzer_parse_optionst::process_goto_program(), symex_parse_optionst::process_goto_program(), and show_goto_functions().
void show_goto_functions | ( | const goto_modelt & | , |
ui_message_handlert::uit | ui | ||
) |
Definition at line 57 of file show_goto_functions.cpp.
References goto_modelt::goto_functions, show_goto_functions(), and goto_modelt::symbol_table.