CBMC
|
Predicate to be used with the exprt::visit() function. More...
#include <memory_predicates.h>
Public Member Functions | |
find_is_fresh_calls_visitort () | |
std::set< goto_programt::targett, goto_programt::target_less_than > & | is_fresh_calls () |
void | clear_set () |
void | operator() (goto_programt &prog) |
Protected Attributes | |
std::set< goto_programt::targett, goto_programt::target_less_than > | function_set |
Predicate to be used with the exprt::visit() function.
It will return the set of function calls within a goto program.
Definition at line 99 of file memory_predicates.h.
|
inline |
Definition at line 102 of file memory_predicates.h.
void find_is_fresh_calls_visitort::clear_set | ( | ) |
Definition at line 87 of file memory_predicates.cpp.
std::set< goto_programt::targett, goto_programt::target_less_than > & find_is_fresh_calls_visitort::is_fresh_calls | ( | ) |
Definition at line 82 of file memory_predicates.cpp.
void find_is_fresh_calls_visitort::operator() | ( | goto_programt & | prog | ) |
Definition at line 92 of file memory_predicates.cpp.
|
protected |
Definition at line 115 of file memory_predicates.h.