CBMC
full_slicer.cpp File Reference

Slicing. More...

+ Include dependency graph for full_slicer.cpp:

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, message_handlert &message_handler)
 
void full_slicer (goto_functionst &goto_functions, const namespacet &ns, message_handlert &message_handler)
 
void full_slicer (goto_modelt &goto_model, message_handlert &message_handler)
 
void property_slicer (goto_functionst &goto_functions, const namespacet &ns, const std::list< std::string > &properties, message_handlert &message_handler)
 
void property_slicer (goto_modelt &goto_model, const std::list< std::string > &properties, message_handlert &message_handler)
 

Detailed Description

Slicing.

Definition in file full_slicer.cpp.

Function Documentation

◆ full_slicer() [1/3]

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.

◆ full_slicer() [2/3]

void full_slicer ( goto_functionst goto_functions,
const namespacet ns,
message_handlert message_handler 
)

Definition at line 357 of file full_slicer.cpp.

◆ full_slicer() [3/3]

void full_slicer ( goto_modelt goto_model,
message_handlert message_handler 
)

Definition at line 366 of file full_slicer.cpp.

◆ implicit()

static bool implicit ( goto_programt::const_targett  target)
static

Definition at line 234 of file full_slicer.cpp.

◆ property_slicer() [1/2]

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.

◆ property_slicer() [2/2]

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.