|
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 964 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 969 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 967 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::pointer = const SlicedPAGNodeRef* |
Definition at line 970 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::reference = SlicedPAGNodeRef |
Definition at line 971 of file SlicedGraphs.h.
| using SVF::SlicedPAGChildIterImpl< Forward >::value_type = SlicedPAGNodeRef |
Definition at line 968 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 974 of file SlicedGraphs.h.
|
inline |
Definition at line 980 of file SlicedGraphs.h.
|
inline |
Definition at line 976 of file SlicedGraphs.h.
|
inline |
Definition at line 984 of file SlicedGraphs.h.
|
inline |
Definition at line 989 of file SlicedGraphs.h.
|
friend |
Definition at line 999 of file SlicedGraphs.h.
|
friend |
Definition at line 995 of file SlicedGraphs.h.
|
private |
Definition at line 1005 of file SlicedGraphs.h.