CBMC
|
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 &, message_handlert &) |
void | full_slicer (goto_modelt &, message_handlert &) |
void | property_slicer (goto_functionst &, const namespacet &, const std::list< std::string > &properties, message_handlert &) |
void | property_slicer (goto_modelt &, const std::list< std::string > &properties, message_handlert &) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns, const slicing_criteriont &criterion, message_handlert &) |
Slicing.
Definition in file full_slicer.h.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
message_handlert & | message_handler | ||
) |
Definition at line 357 of file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const slicing_criteriont & | criterion, | ||
message_handlert & | message_handler | ||
) |
Definition at line 348 of file full_slicer.cpp.
void full_slicer | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 366 of file full_slicer.cpp.
void property_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const std::list< std::string > & | properties, | ||
message_handlert & | message_handler | ||
) |
Definition at line 373 of file full_slicer.cpp.
void property_slicer | ( | goto_modelt & | goto_model, |
const std::list< std::string > & | properties, | ||
message_handlert & | message_handler | ||
) |
Definition at line 383 of file full_slicer.cpp.