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 namespacet &ns, const optionst &options, 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 41 of file goto_check.h.
Referenced by clobber_parse_optionst::help(), goto_analyzer_parse_optionst::help(), symex_parse_optionst::help(), cbmc_parse_optionst::help(), and goto_instrument_parse_optionst::help().
#define OPT_GOTO_CHECK |
Definition at line 35 of file goto_check.h.
#define PARSE_OPTIONS_GOTO_CHECK | ( | cmdline, | |
options | |||
) |
Definition at line 55 of file goto_check.h.
Referenced by clobber_parse_optionst::get_command_line_options(), symex_parse_optionst::get_command_line_options(), cbmc_parse_optionst::get_command_line_options(), and goto_instrument_parse_optionst::instrument_goto_program().
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst & | goto_functions | ||
) |
Definition at line 1731 of file goto_check.cpp.
References goto_checkt::collect_allocations(), Forall_goto_functions, goto_checkt::goto_check(), and namespacet::lookup().
void goto_check | ( | const namespacet & | ns, |
const optionst & | options, | ||
goto_functionst::goto_functiont & | goto_function | ||
) |
Definition at line 1722 of file goto_check.cpp.
References goto_checkt::goto_check().
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), clobber_parse_optionst::process_goto_program(), symex_parse_optionst::process_goto_program(), goto_analyzer_parse_optionst::process_goto_program(), and cbmc_parse_optionst::process_goto_program().
void goto_check | ( | const optionst & | options, |
goto_modelt & | goto_model | ||
) |
Definition at line 1747 of file goto_check.cpp.
References goto_checkt::goto_check(), goto_modelt::goto_functions, goto_checkt::ns, and goto_modelt::symbol_table.