CBMC
show_goto_functions.h File Reference

Show the goto functions. More...

+ This graph shows which files directly or indirectly include this file:

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, ui_message_handlert &ui_message_handler, const goto_functionst &goto_functions, bool list_only)
 
void show_goto_functions (const goto_modelt &, ui_message_handlert &ui_message_handler, bool list_only)
 

Detailed Description

Show the goto functions.

Definition in file show_goto_functions.h.

Macro Definition Documentation

◆ HELP_SHOW_GOTO_FUNCTIONS

#define HELP_SHOW_GOTO_FUNCTIONS
Value:
" {y--show-goto-functions} \t show loaded goto program\n" \
" {y--list-goto-functions} \t list loaded goto functions\n"

Definition at line 24 of file show_goto_functions.h.

◆ OPT_SHOW_GOTO_FUNCTIONS

#define OPT_SHOW_GOTO_FUNCTIONS
Value:
"(show-goto-functions)" \
"(list-goto-functions)"

Definition at line 20 of file show_goto_functions.h.

Function Documentation

◆ show_goto_functions() [1/2]

void show_goto_functions ( const goto_modelt goto_model,
ui_message_handlert ui_message_handler,
bool  list_only 
)

Definition at line 77 of file show_goto_functions.cpp.

◆ show_goto_functions() [2/2]

void show_goto_functions ( const namespacet ns,
ui_message_handlert ui_message_handler,
const goto_functionst goto_functions,
bool  list_only 
)

Definition at line 20 of file show_goto_functions.cpp.