|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedCallGraphNodeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedCallGraphNodeRef * |
| using | reference = SlicedCallGraphNodeRef |
Public Member Functions | |
| SlicedCGChildIterImpl ()=default | |
| SlicedCGChildIterImpl (SlicedCGEdgeIterImpl< Forward > it) | |
| reference | operator* () const |
| const SlicedCallGraphEdgeRef & | currentEdge () const |
| SlicedCGChildIterImpl & | operator++ () |
| SlicedCGChildIterImpl | operator++ (int) |
Private Attributes | |
| SlicedCGEdgeIterImpl< Forward > | e {} |
Friends | |
| bool | operator== (const SlicedCGChildIterImpl &a, const SlicedCGChildIterImpl &b) |
| bool | operator!= (const SlicedCGChildIterImpl &a, const SlicedCGChildIterImpl &b) |
Definition at line 780 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 785 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 783 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::pointer = const SlicedCallGraphNodeRef* |
Definition at line 786 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::reference = SlicedCallGraphNodeRef |
Definition at line 787 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::value_type = SlicedCallGraphNodeRef |
Definition at line 784 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 790 of file SlicedGraphs.h.
|
inline |
Definition at line 796 of file SlicedGraphs.h.
|
inline |
Definition at line 792 of file SlicedGraphs.h.
|
inline |
Definition at line 800 of file SlicedGraphs.h.
|
inline |
Definition at line 805 of file SlicedGraphs.h.
|
friend |
Definition at line 815 of file SlicedGraphs.h.
|
friend |
Definition at line 811 of file SlicedGraphs.h.
|
private |
Definition at line 821 of file SlicedGraphs.h.