CBMC
|
Program Transformation. More...
#include <goto-programs/goto_functions.h>
Go to the source code of this file.
Macros | |
#define | OPT_GOTO_CHECK |
#define | HELP_GOTO_CHECK |
#define | PARSE_OPTION_OVERRIDE(cmdline, options, option) |
#define | PARSE_OPTIONS_GOTO_CHECK(cmdline, options) |
Functions | |
void | goto_check_c (const namespacet &ns, const optionst &options, goto_functionst &goto_functions, message_handlert &message_handler) |
void | goto_check_c (const irep_idt &function_identifier, goto_functionst::goto_functiont &goto_function, const namespacet &ns, const optionst &options, message_handlert &message_handler) |
void | goto_check_c (const optionst &options, goto_modelt &goto_model, message_handlert &message_handler) |
Program Transformation.
Definition in file goto_check_c.h.
#define HELP_GOTO_CHECK |
Definition at line 57 of file goto_check_c.h.
#define OPT_GOTO_CHECK |
Definition at line 40 of file goto_check_c.h.
#define PARSE_OPTION_OVERRIDE | ( | cmdline, | |
options, | |||
option | |||
) |
Definition at line 101 of file goto_check_c.h.
#define PARSE_OPTIONS_GOTO_CHECK | ( | cmdline, | |
options | |||
) |
Definition at line 109 of file goto_check_c.h.
void goto_check_c | ( | const irep_idt & | function_identifier, |
goto_functionst::goto_functiont & | goto_function, | ||
const namespacet & | ns, | ||
const optionst & | options, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2472 of file goto_check_c.cpp.
void goto_check_c | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2483 of file goto_check_c.cpp.
void goto_check_c | ( | const optionst & | options, |
goto_modelt & | goto_model, | ||
message_handlert & | message_handler | ||
) |
Definition at line 2499 of file goto_check_c.cpp.