cprover
|
Slicing. More...
#include <goto-programs/goto_model.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, slicing_criteriont &criterion) |
Slicing.
Definition in file full_slicer.h.
void full_slicer | ( | goto_functionst & | , |
const namespacet & | |||
) |
Definition at line 375 of file full_slicer.cpp.
void full_slicer | ( | goto_modelt & | ) |
Definition at line 383 of file full_slicer.cpp.
References goto_modelt::goto_functions, and goto_modelt::symbol_table.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
slicing_criteriont & | criterion | ||
) |
Definition at line 367 of file full_slicer.cpp.
References criterion.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), jbmc_parse_optionst::process_goto_functions(), and cbmc_parse_optionst::process_goto_program().
void property_slicer | ( | goto_functionst & | , |
const namespacet & | , | ||
const std::list< std::string > & | properties | ||
) |
Definition at line 390 of file full_slicer.cpp.
Referenced by goto_instrument_parse_optionst::instrument_goto_program(), jbmc_parse_optionst::process_goto_functions(), cbmc_parse_optionst::process_goto_program(), and property_slicer().
void property_slicer | ( | goto_modelt & | , |
const std::list< std::string > & | properties | ||
) |
Definition at line 399 of file full_slicer.cpp.
References goto_modelt::goto_functions, property_slicer(), and goto_modelt::symbol_table.