cprover
|
Slicing. More...
#include <goto-programs/goto_program.h>
Go to the source code of this file.
Classes | |
class | slicing_criteriont |
Functions | |
void | full_slicer (goto_functionst &, const namespacet &) |
void | full_slicer (goto_modelt &) |
void | property_slicer (goto_functionst &, const namespacet &, const std::list< std::string > &properties) |
void | property_slicer (goto_modelt &, const std::list< std::string > &properties) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns, const slicing_criteriont &criterion) |
Slicing.
Definition in file full_slicer.h.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns ) |
Definition at line 355 of file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const slicing_criteriont & | criterion ) |
Definition at line 347 of file full_slicer.cpp.
void full_slicer | ( | goto_modelt & | goto_model | ) |
Definition at line 363 of file full_slicer.cpp.
void property_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const std::list< std::string > & | properties ) |
Definition at line 370 of file full_slicer.cpp.
void property_slicer | ( | goto_modelt & | goto_model, |
const std::list< std::string > & | properties ) |
Definition at line 379 of file full_slicer.cpp.