|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedPAGNodeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedPAGNodeRef * |
| using | reference = SlicedPAGNodeRef |
Public Member Functions | |
| SlicedPAGChildIterImpl ()=default | |
| SlicedPAGChildIterImpl (SlicedPAGEdgeIterImpl< Forward > it) | |
| reference | operator* () const |
| const SlicedPAGEdgeRef & | currentEdge () const |
| SlicedPAGChildIterImpl & | operator++ () |
| SlicedPAGChildIterImpl | operator++ (int) |
Private Attributes | |
| SlicedPAGEdgeIterImpl< Forward > | e {} |
Friends | |
| bool | operator== (const SlicedPAGChildIterImpl &a, const SlicedPAGChildIterImpl &b) |
| bool | operator!= (const SlicedPAGChildIterImpl &a, const SlicedPAGChildIterImpl &b) |
Definition at line 980 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 985 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 983 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::pointer = const SlicedPAGNodeRef* |
Definition at line 986 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::reference = SlicedPAGNodeRef |
Definition at line 987 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::value_type = SlicedPAGNodeRef |
Definition at line 984 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 990 of file SlicedGraphs.h.
|
inline |
Definition at line 996 of file SlicedGraphs.h.
|
inline |
Definition at line 992 of file SlicedGraphs.h.
|
inline |
Definition at line 1000 of file SlicedGraphs.h.
|
inline |
Definition at line 1005 of file SlicedGraphs.h.
|
friend |
Definition at line 1015 of file SlicedGraphs.h.
|
friend |
Definition at line 1011 of file SlicedGraphs.h.
|
private |
Definition at line 1021 of file SlicedGraphs.h.