|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedICFGNodeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedICFGNodeRef * |
| using | reference = SlicedICFGNodeRef |
Public Member Functions | |
| SlicedICFGChildIterImpl ()=default | |
| SlicedICFGChildIterImpl (SlicedICFGEdgeIterImpl< Forward > it) | |
| reference | operator* () const |
| const SlicedICFGEdgeRef & | currentEdge () const |
| SlicedICFGChildIterImpl & | operator++ () |
| SlicedICFGChildIterImpl | operator++ (int) |
Private Attributes | |
| SlicedICFGEdgeIterImpl< Forward > | e {} |
Friends | |
| bool | operator== (const SlicedICFGChildIterImpl &a, const SlicedICFGChildIterImpl &b) |
| bool | operator!= (const SlicedICFGChildIterImpl &a, const SlicedICFGChildIterImpl &b) |
Definition at line 576 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 581 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 579 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::pointer = const SlicedICFGNodeRef* |
Definition at line 582 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::reference = SlicedICFGNodeRef |
Definition at line 583 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::value_type = SlicedICFGNodeRef |
Definition at line 580 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 586 of file SlicedGraphs.h.
|
inline |
Definition at line 592 of file SlicedGraphs.h.
|
inline |
Definition at line 588 of file SlicedGraphs.h.
|
inline |
Definition at line 597 of file SlicedGraphs.h.
|
inline |
Definition at line 602 of file SlicedGraphs.h.
|
friend |
Definition at line 613 of file SlicedGraphs.h.
|
friend |
Definition at line 609 of file SlicedGraphs.h.
|
private |
Definition at line 619 of file SlicedGraphs.h.