|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedCallGraphEdgeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedCallGraphEdgeRef * |
| using | reference = const SlicedCallGraphEdgeRef & |
Public Member Functions | |
| SlicedCGEdgeIterImpl ()=default | |
| reference | operator* () const |
| pointer | operator-> () const |
| SlicedCallGraphNodeRef | target () const |
| SlicedCGEdgeIterImpl & | operator++ () |
| SlicedCGEdgeIterImpl | operator++ (int) |
Static Public Member Functions | |
| static SlicedCGEdgeIterImpl | begin (const SlicedThreadCallGraphView *v, const CallGraphNode *n) |
| static SlicedCGEdgeIterImpl | end (const SlicedThreadCallGraphView *v, const CallGraphNode *n) |
Private Types | |
| using | EdgeIt = CallGraphNode::const_iterator |
Private Member Functions | |
| SlicedCGEdgeIterImpl (const SlicedThreadCallGraphView *v, const CallGraphNode *n) | |
| void | skipNonKept () |
| void | refresh () |
Private Attributes | |
| const SlicedThreadCallGraphView * | view = nullptr |
| const CallGraphNode * | src = nullptr |
| EdgeIt | realIt {} |
| EdgeIt | realEnd {} |
| SlicedCallGraphEdgeRef | cur {} |
Friends | |
| bool | operator== (const SlicedCGEdgeIterImpl &a, const SlicedCGEdgeIterImpl &b) |
| bool | operator!= (const SlicedCGEdgeIterImpl &a, const SlicedCGEdgeIterImpl &b) |
Definition at line 667 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 672 of file SlicedGraphs.h.
|
private |
Definition at line 737 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 670 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::pointer = const SlicedCallGraphEdgeRef* |
Definition at line 673 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::reference = const SlicedCallGraphEdgeRef& |
Definition at line 674 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::value_type = SlicedCallGraphEdgeRef |
Definition at line 671 of file SlicedGraphs.h.
|
default |
|
inlineprivate |
Definition at line 743 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 678 of file SlicedGraphs.h.
|
inlinestatic |
|
inline |
Definition at line 697 of file SlicedGraphs.h.
|
inline |
Definition at line 710 of file SlicedGraphs.h.
|
inline |
Definition at line 720 of file SlicedGraphs.h.
|
inline |
Definition at line 701 of file SlicedGraphs.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 745 of file SlicedGraphs.h.
|
inline |
Definition at line 705 of file SlicedGraphs.h.
|
friend |
Definition at line 731 of file SlicedGraphs.h.
|
friend |
|
private |
Definition at line 741 of file SlicedGraphs.h.
|
private |
Definition at line 740 of file SlicedGraphs.h.
|
private |
Definition at line 740 of file SlicedGraphs.h.
|
private |
Definition at line 739 of file SlicedGraphs.h.
|
private |
Definition at line 738 of file SlicedGraphs.h.