|
Static Value-Flow Analysis
|
#include <SlicedGraphs.h>
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = SlicedICFGEdgeRef |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const SlicedICFGEdgeRef * |
| using | reference = const SlicedICFGEdgeRef & |
Public Member Functions | |
| SlicedICFGEdgeIterImpl ()=default | |
| reference | operator* () const |
| pointer | operator-> () const |
| SlicedICFGNodeRef | target () const |
| SlicedICFGEdgeIterImpl & | operator++ () |
| SlicedICFGEdgeIterImpl | operator++ (int) |
Static Public Member Functions | |
| static SlicedICFGEdgeIterImpl | begin (const SlicedICFGView *v, const ICFGNode *n) |
| static SlicedICFGEdgeIterImpl | end (const SlicedICFGView *v, const ICFGNode *n) |
Private Types | |
| using | EdgeIt = ICFGNode::const_iterator |
| using | BrIt = OrderedSet< const ICFGNode * >::const_iterator |
Private Member Functions | |
| SlicedICFGEdgeIterImpl (const SlicedICFGView *v, const ICFGNode *n) | |
| void | skipNonKeptReal () |
| void | refresh () |
Static Private Member Functions | |
| static const OrderedSet< const ICFGNode * > & | emptySet () |
| static const ICFGNode * | other (const ICFGEdge *e) |
Private Attributes | |
| const SlicedICFGView * | view = nullptr |
| const ICFGNode * | src = nullptr |
| EdgeIt | realIt {} |
| EdgeIt | realEnd {} |
| const OrderedSet< const ICFGNode * > * | bridged = nullptr |
| BrIt | brIt {} |
| BrIt | brEnd {} |
| SlicedICFGEdgeRef | cur {} |
Friends | |
| bool | operator== (const SlicedICFGEdgeIterImpl &a, const SlicedICFGEdgeIterImpl &b) |
| bool | operator!= (const SlicedICFGEdgeIterImpl &a, const SlicedICFGEdgeIterImpl &b) |
Definition at line 428 of file SlicedGraphs.h.
|
private |
Definition at line 511 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 433 of file SlicedGraphs.h.
|
private |
Definition at line 510 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 431 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::pointer = const SlicedICFGEdgeRef* |
Definition at line 434 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::reference = const SlicedICFGEdgeRef& |
Definition at line 435 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::value_type = SlicedICFGEdgeRef |
Definition at line 432 of file SlicedGraphs.h.
|
default |
|
inlineprivate |
Definition at line 520 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 439 of file SlicedGraphs.h.
|
inlinestaticprivate |
Definition at line 522 of file SlicedGraphs.h.
|
inlinestatic |
|
inline |
Definition at line 464 of file SlicedGraphs.h.
|
inline |
Definition at line 479 of file SlicedGraphs.h.
|
inline |
Definition at line 493 of file SlicedGraphs.h.
|
inline |
Definition at line 468 of file SlicedGraphs.h.
|
inlinestaticprivate |
Definition at line 527 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 535 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 531 of file SlicedGraphs.h.
|
inline |
Definition at line 474 of file SlicedGraphs.h.
|
friend |
Definition at line 504 of file SlicedGraphs.h.
|
friend |
|
private |
Definition at line 517 of file SlicedGraphs.h.
|
private |
Definition at line 516 of file SlicedGraphs.h.
|
private |
Definition at line 517 of file SlicedGraphs.h.
|
private |
Definition at line 518 of file SlicedGraphs.h.
|
private |
Definition at line 515 of file SlicedGraphs.h.
|
private |
Definition at line 515 of file SlicedGraphs.h.
|
private |
Definition at line 514 of file SlicedGraphs.h.
|
private |
Definition at line 513 of file SlicedGraphs.h.