cprover
|
Program Transformation. More...
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 irep_idt &function_identifier, goto_functionst::goto_functiont &goto_function, const namespacet &ns, const optionst &options) |
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 45 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 61 of file goto_check.h.
void goto_check | ( | const irep_idt & | function_identifier, |
goto_functionst::goto_functiont & | goto_function, | ||
const namespacet & | ns, | ||
const optionst & | options | ||
) |
Definition at line 2231 of file goto_check.cpp.
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions | ||
) |
Definition at line 2241 of file goto_check.cpp.
void goto_check | ( | const optionst & | options, |
goto_modelt & | goto_model | ||
) |
Definition at line 2256 of file goto_check.cpp.