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
27
void
show_goto_functions
(
28
const
namespacet
&ns,
29
ui_message_handlert::uit
ui,
30
const
goto_functionst
&
goto_functions
);
31
32
void
show_goto_functions
(
33
const
goto_modelt
&,
34
ui_message_handlert::uit
ui);
35
36
#endif // CPROVER_GOTO_PROGRAMS_SHOW_GOTO_FUNCTIONS_H
ui_message_handlert::uit
uit
Definition:
ui_message.h:18
ui_message.h
show_goto_functions
void show_goto_functions(const namespacet &ns, ui_message_handlert::uit ui, const goto_functionst &goto_functions)
Definition:
show_goto_functions.cpp:30
goto_modelt
Definition:
goto_model.h:22
namespacet
TO_BE_DOCUMENTED.
Definition:
namespace.h:62
goto_functionst
Definition:
goto_functions.h:20
goto_modelt::goto_functions
goto_functionst goto_functions
Definition:
goto_model.h:26
goto-programs
show_goto_functions.h
Generated by
1.8.12