|
cprover
|
Program Transformation. More...
Include dependency graph for goto_check.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | OPT_GOTO_CHECK |
| #define | HELP_GOTO_CHECK |
| #define | PARSE_OPTIONS_GOTO_CHECK(cmdline, options) |
Functions | |
| void | goto_check (const namespacet &ns, const optionst &options, goto_functionst &goto_functions) |
| void | goto_check (const namespacet &ns, const optionst &options, const irep_idt &mode, goto_functionst::goto_functiont &goto_function) |
| void | goto_check (const optionst &options, goto_modelt &goto_model) |
Program Transformation.
Definition in file goto_check.h.
| #define HELP_GOTO_CHECK |
Definition at line 43 of file goto_check.h.
| #define OPT_GOTO_CHECK |
Definition at line 36 of file goto_check.h.
| #define PARSE_OPTIONS_GOTO_CHECK | ( | cmdline, | |
| options | |||
| ) |
Definition at line 58 of file goto_check.h.
| void goto_check | ( | const namespacet & | ns, |
| const optionst & | options, | ||
| goto_functionst & | goto_functions | ||
| ) |
Definition at line 1794 of file goto_check.cpp.
| void goto_check | ( | const namespacet & | ns, |
| const optionst & | options, | ||
| const irep_idt & | mode, | ||
| goto_functionst::goto_functiont & | goto_function | ||
| ) |
Definition at line 1784 of file goto_check.cpp.
| void goto_check | ( | const optionst & | options, |
| goto_modelt & | goto_model | ||
| ) |
Definition at line 1810 of file goto_check.cpp.