|
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 764 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 769 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 767 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::pointer = const SlicedCallGraphNodeRef* |
Definition at line 770 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::reference = SlicedCallGraphNodeRef |
Definition at line 771 of file SlicedGraphs.h.
| using SVF::SlicedCGChildIterImpl< Forward >::value_type = SlicedCallGraphNodeRef |
Definition at line 768 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 774 of file SlicedGraphs.h.
|
inline |
Definition at line 780 of file SlicedGraphs.h.
|
inline |
Definition at line 776 of file SlicedGraphs.h.
|
inline |
Definition at line 784 of file SlicedGraphs.h.
|
inline |
Definition at line 789 of file SlicedGraphs.h.
|
friend |
Definition at line 799 of file SlicedGraphs.h.
|
friend |
Definition at line 795 of file SlicedGraphs.h.
|
private |
Definition at line 805 of file SlicedGraphs.h.