cprover
|
Slicing. More...
#include <goto-programs/goto_functions.h>
Go to the source code of this file.
Classes | |
class | slicing_criteriont |
Functions | |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns) |
void | property_slicer (goto_functionst &goto_functions, const namespacet &ns, const std::list< std::string > &properties) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns, slicing_criteriont &criterion) |
Slicing.
Definition in file full_slicer.h.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns | ||
) |
Definition at line 377 of file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
slicing_criteriont & | criterion | ||
) |
Definition at line 369 of file full_slicer.cpp.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), and cbmc_parse_optionst::process_goto_program().
void property_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const std::list< std::string > & | properties | ||
) |
Definition at line 385 of file full_slicer.cpp.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), and cbmc_parse_optionst::process_goto_program().