|
Static Value-Flow Analysis
|
Static Public Member Functions | |
| static const SVFGNode * | getRawNode (NodeRef n) |
| static bool | containsNode (const SlicedSVFGView *g, const SVFGNode *n) |
| Whether n is retained by this sliced SVFG (the solver's restriction test). | |
| static NodeRef | getEntryNode (const SlicedSVFGView *) |
| static nodes_iterator | nodes_begin (const SlicedSVFGView *v) |
| static nodes_iterator | nodes_end (const SlicedSVFGView *v) |
| static ChildIteratorType | child_begin (NodeRef n) |
| static ChildIteratorType | child_end (NodeRef n) |
| static ChildIteratorType | direct_child_begin (NodeRef n) |
| static ChildIteratorType | direct_child_end (NodeRef n) |
| static ChildEdgeIteratorType | child_edge_begin (NodeRef n) |
| static ChildEdgeIteratorType | child_edge_end (NodeRef n) |
| static NodeRef | edge_dest (const EdgeRef &e) |
| static unsigned | getNodeID (NodeRef n) |
| static NodeRef | getNode (const SlicedSVFGView *v, NodeID id) |
Definition at line 1681 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::ChildEdgeIteratorType = SlicedSVFGEdgeIterImpl<true> |
Definition at line 1687 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::ChildIteratorType = SlicedSVFGChildIterImpl<true> |
Definition at line 1686 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::EdgeRef = SlicedSVFGEdgeRef |
Definition at line 1684 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::NodeRef = SlicedSVFGNodeRef |
Definition at line 1683 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::nodes_iterator = SlicedSVFGNodeIter |
Definition at line 1685 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1716 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1733 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1737 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1720 of file SlicedGraphs.h.
|
inlinestatic |
Whether n is retained by this sliced SVFG (the solver's restriction test).
Definition at line 1695 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1724 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1728 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1742 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1700 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1750 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1746 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1689 of file SlicedGraphs.h.
|
inlinestatic |
|
inlinestatic |