cprover
|
#include "full_slicer.h"
#include "full_slicer_class.h"
#include <util/find_symbols.h>
#include <util/cprover_prefix.h>
#include <goto-programs/remove_skip.h>
Go to the source code of this file.
Functions | |
static bool | implicit (goto_programt::const_targett target) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns, const slicing_criteriont &criterion) |
void | full_slicer (goto_functionst &goto_functions, const namespacet &ns) |
void | full_slicer (goto_modelt &goto_model) |
void | property_slicer (goto_functionst &goto_functions, const namespacet &ns, const std::list< std::string > &properties) |
void | property_slicer (goto_modelt &goto_model, const std::list< std::string > &properties) |
Slicing
Definition in file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns | ||
) |
Definition at line 375 of file full_slicer.cpp.
void full_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const slicing_criteriont & | criterion | ||
) |
Definition at line 367 of file full_slicer.cpp.
void full_slicer | ( | goto_modelt & | goto_model | ) |
Definition at line 383 of file full_slicer.cpp.
|
static |
Definition at line 264 of file full_slicer.cpp.
void property_slicer | ( | goto_functionst & | goto_functions, |
const namespacet & | ns, | ||
const std::list< std::string > & | properties | ||
) |
Definition at line 390 of file full_slicer.cpp.
void property_slicer | ( | goto_modelt & | goto_model, |
const std::list< std::string > & | properties | ||
) |
Definition at line 399 of file full_slicer.cpp.