|
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 560 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 565 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 563 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::pointer = const SlicedICFGNodeRef* |
Definition at line 566 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::reference = SlicedICFGNodeRef |
Definition at line 567 of file SlicedGraphs.h.
| using SVF::SlicedICFGChildIterImpl< Forward >::value_type = SlicedICFGNodeRef |
Definition at line 564 of file SlicedGraphs.h.
|
default |
|
inlineexplicit |
Definition at line 570 of file SlicedGraphs.h.
|
inline |
Definition at line 576 of file SlicedGraphs.h.
|
inline |
Definition at line 572 of file SlicedGraphs.h.
|
inline |
Definition at line 581 of file SlicedGraphs.h.
|
inline |
Definition at line 586 of file SlicedGraphs.h.
|
friend |
Definition at line 597 of file SlicedGraphs.h.
|
friend |
Definition at line 593 of file SlicedGraphs.h.
|
private |
Definition at line 603 of file SlicedGraphs.h.