#include <SlicedGraphs.h>
Definition at line 1227 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 1237 of file SlicedGraphs.h.
1239 {
1241 }
const SlicedSVFGView * view
SVFG::const_iterator endIt
llvm::IRBuilder IRBuilder
◆ operator*()
| reference SVF::SlicedSVFGNodeIter::operator* |
( |
| ) |
const |
|
inline |
Definition at line 1243 of file SlicedGraphs.h.
1244 {
1246 }
SlicedNodeRef< SlicedSVFGView, SVFGNode > SlicedSVFGNodeRef
◆ operator++() [1/2]
◆ operator++() [2/2]
Definition at line 1253 of file SlicedGraphs.h.
1254 {
1256 ++*this;
1257 return t;
1258 }
SlicedSVFGNodeIter()=default
◆ skipNonKept()
| void SVF::SlicedSVFGNodeIter::skipNonKept |
( |
| ) |
|
|
inlineprivate |
Definition at line 1271 of file SlicedGraphs.h.
1272 {
1274 }
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: