cprover
show_goto_functions.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: Show the goto functions
4 
5 Author: Peter Schrammel
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
13 #define CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
14 
15 #include <util/ui_message.h>
16 
17 class goto_functionst;
18 class namespacet;
19 class goto_modelt;
20 
21 #define OPT_SHOW_GOTO_FUNCTIONS \
22  "(show-goto-functions)"
23 
24 #define HELP_SHOW_GOTO_FUNCTIONS \
25  " --show-goto-functions show goto program\n"
26 
28  const namespacet &ns,
31 
33  const goto_modelt &,
35 
36 #endif // CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
void show_goto_functions(const namespacet &ns, ui_message_handlert::uit ui, const goto_functionst &goto_functions)
TO_BE_DOCUMENTED.
Definition: namespace.h:62
goto_functionst goto_functions
Definition: goto_model.h:26