|
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 444 of file SlicedGraphs.h.
|
private |
Definition at line 527 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::difference_type = std::ptrdiff_t |
Definition at line 449 of file SlicedGraphs.h.
|
private |
Definition at line 526 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::iterator_category = std::forward_iterator_tag |
Definition at line 447 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::pointer = const SlicedICFGEdgeRef* |
Definition at line 450 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::reference = const SlicedICFGEdgeRef& |
Definition at line 451 of file SlicedGraphs.h.
| using SVF::SlicedICFGEdgeIterImpl< Forward >::value_type = SlicedICFGEdgeRef |
Definition at line 448 of file SlicedGraphs.h.
|
default |
|
inlineprivate |
Definition at line 536 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 455 of file SlicedGraphs.h.
|
inlinestaticprivate |
Definition at line 538 of file SlicedGraphs.h.
|
inlinestatic |
|
inline |
Definition at line 480 of file SlicedGraphs.h.
|
inline |
Definition at line 495 of file SlicedGraphs.h.
|
inline |
Definition at line 509 of file SlicedGraphs.h.
|
inline |
Definition at line 484 of file SlicedGraphs.h.
|
inlinestaticprivate |
Definition at line 543 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 551 of file SlicedGraphs.h.
|
inlineprivate |
Definition at line 547 of file SlicedGraphs.h.
|
inline |
Definition at line 490 of file SlicedGraphs.h.
|
friend |
Definition at line 520 of file SlicedGraphs.h.
|
friend |
|
private |
Definition at line 533 of file SlicedGraphs.h.
|
private |
Definition at line 532 of file SlicedGraphs.h.
|
private |
Definition at line 533 of file SlicedGraphs.h.
|
private |
Definition at line 534 of file SlicedGraphs.h.
|
private |
Definition at line 531 of file SlicedGraphs.h.
|
private |
Definition at line 531 of file SlicedGraphs.h.
|
private |
Definition at line 530 of file SlicedGraphs.h.
|
private |
Definition at line 529 of file SlicedGraphs.h.