#include <SlicedGraphs.h>
Definition at line 1211 of file SlicedGraphs.h.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ SlicedSVFGNodeIter() [1/2]
| SVF::SlicedSVFGNodeIter::SlicedSVFGNodeIter |
( |
| ) |
|
|
default |
◆ SlicedSVFGNodeIter() [2/2]
Definition at line 1221 of file SlicedGraphs.h.
1223 {
1225 }
const SlicedSVFGView * view
SVFG::const_iterator endIt
llvm::IRBuilder IRBuilder
◆ operator*()
| reference SVF::SlicedSVFGNodeIter::operator* |
( |
| ) |
const |
|
inline |
Definition at line 1227 of file SlicedGraphs.h.
1228 {
1230 }
SlicedNodeRef< SlicedSVFGView, SVFGNode > SlicedSVFGNodeRef
◆ operator++() [1/2]
◆ operator++() [2/2]
Definition at line 1237 of file SlicedGraphs.h.
1238 {
1240 ++*this;
1241 return t;
1242 }
SlicedSVFGNodeIter()=default
◆ skipNonKept()
| void SVF::SlicedSVFGNodeIter::skipNonKept |
( |
| ) |
|
|
inlineprivate |
Definition at line 1255 of file SlicedGraphs.h.
1256 {
1258 }
bool isKeptNode(const SVFGNode *n) const
Whether the node is retained (see the class comment for the rule).
◆ operator!=
◆ operator==
◆ endIt
◆ it
◆ view
The documentation for this class was generated from the following file: