|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedSVFGEdgeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedSVFGEdgeRef * |
| using | reference = const SlicedSVFGEdgeRef & |
Public Member Functions | |
| SlicedSVFGEdgeIterImpl ()=default | |
| reference | operator* () const |
| pointer | operator-> () const |
| SlicedSVFGNodeRef | target () const |
| SlicedSVFGEdgeIterImpl & | operator++ () |
| SlicedSVFGEdgeIterImpl | operator++ (int) |
Static Public Member Functions | |
| static SlicedSVFGEdgeIterImpl | begin (const SlicedSVFGView *v, const SVFGNode *n) |
| static SlicedSVFGEdgeIterImpl | end (const SlicedSVFGView *v, const SVFGNode *n) |
Private Types | |
| using | EdgeIt = SVFGNode::const_iterator |
Private Member Functions | |
| SlicedSVFGEdgeIterImpl (const SlicedSVFGView *v, const SVFGNode *n) | |
| void | skipNonKept () |
| void | refresh () |
Private Attributes | |
| const SlicedSVFGView * | view = nullptr |
| const SVFGNode * | src = nullptr |
| EdgeIt | realIt {} |
| EdgeIt | realEnd {} |
| SlicedSVFGEdgeRef | cur {} |
Friends | |
| bool | operator== (const SlicedSVFGEdgeIterImpl &a, const SlicedSVFGEdgeIterImpl &b) |
| bool | operator!= (const SlicedSVFGEdgeIterImpl &a, const SlicedSVFGEdgeIterImpl &b) |
Definition at line 1083 of file SlicedGraphs.h.
| using SVF::SlicedSVFGEdgeIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 1088 of file SlicedGraphs.h.
|
private |
Definition at line 1153 of file SlicedGraphs.h.
| using SVF::SlicedSVFGEdgeIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 1086 of file SlicedGraphs.h.
| using SVF::SlicedSVFGEdgeIterImpl< Forward >::pointer = const SlicedSVFGEdgeRef* |
Definition at line 1089 of file SlicedGraphs.h.
| using SVF::SlicedSVFGEdgeIterImpl< Forward >::reference = const SlicedSVFGEdgeRef& |
Definition at line 1090 of file SlicedGraphs.h.
| using SVF::SlicedSVFGEdgeIterImpl< Forward >::value_type = SlicedSVFGEdgeRef |
Definition at line 1087 of file SlicedGraphs.h.
|
default |
|
inlineprivate |
Definition at line 1159 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1094 of file SlicedGraphs.h.
|
inlinestatic |
|
inline |
Definition at line 1113 of file SlicedGraphs.h.
|
inline |
Definition at line 1126 of file SlicedGraphs.h.
|
inline |
Definition at line 1136 of file SlicedGraphs.h.
|
inline |
Definition at line 1117 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 1167 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 1161 of file SlicedGraphs.h.
|
inline |
Definition at line 1121 of file SlicedGraphs.h.
|
friend |
Definition at line 1147 of file SlicedGraphs.h.
|
friend |
|
private |
Definition at line 1157 of file SlicedGraphs.h.
|
private |
Definition at line 1156 of file SlicedGraphs.h.
|
private |
Definition at line 1156 of file SlicedGraphs.h.
|
private |
Definition at line 1155 of file SlicedGraphs.h.
|
private |
Definition at line 1154 of file SlicedGraphs.h.