|
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 683 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 688 of file SlicedGraphs.h.
|
private |
Definition at line 753 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 686 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::pointer = const SlicedCallGraphEdgeRef* |
Definition at line 689 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::reference = const SlicedCallGraphEdgeRef& |
Definition at line 690 of file SlicedGraphs.h.
| using SVF::SlicedCGEdgeIterImpl< Forward >::value_type = SlicedCallGraphEdgeRef |
Definition at line 687 of file SlicedGraphs.h.
|
default |
|
inlineprivate |
Definition at line 759 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 694 of file SlicedGraphs.h.
|
inlinestatic |
|
inline |
Definition at line 713 of file SlicedGraphs.h.
|
inline |
Definition at line 726 of file SlicedGraphs.h.
|
inline |
Definition at line 736 of file SlicedGraphs.h.
|
inline |
Definition at line 717 of file SlicedGraphs.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 761 of file SlicedGraphs.h.
|
inline |
Definition at line 721 of file SlicedGraphs.h.
|
friend |
Definition at line 747 of file SlicedGraphs.h.
|
friend |
|
private |
Definition at line 757 of file SlicedGraphs.h.
|
private |
Definition at line 756 of file SlicedGraphs.h.
|
private |
Definition at line 756 of file SlicedGraphs.h.
|
private |
Definition at line 755 of file SlicedGraphs.h.
|
private |
Definition at line 754 of file SlicedGraphs.h.