12 #ifndef CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
13 #define CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
20 #define OPT_SHOW_GOTO_FUNCTIONS \
21 "(show-goto-functions)" \
22 "(list-goto-functions)"
24 #define HELP_SHOW_GOTO_FUNCTIONS \
25 " {y--show-goto-functions} \t show loaded goto program\n" \
26 " {y--list-goto-functions} \t list loaded goto functions\n"
A collection of goto functions.
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
void show_goto_functions(const namespacet &ns, ui_message_handlert &ui_message_handler, const goto_functionst &goto_functions, bool list_only)