|
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 bool | containsEdge (const SlicedSVFGView *g, const SVFGEdge *e) |
| 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 unsigned | graphSize (const SlicedSVFGView *v) |
| static NodeRef | getNode (const SlicedSVFGView *v, NodeID id) |
Static Public Attributes | |
| static constexpr bool | isFilteredGraph = true |
Definition at line 1706 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::ChildEdgeIteratorType = SlicedSVFGEdgeIterImpl<true> |
Definition at line 1712 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::ChildIteratorType = SlicedSVFGChildIterImpl<true> |
Definition at line 1711 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::EdgeRef = SlicedSVFGEdgeRef |
Definition at line 1709 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::NodeRef = SlicedSVFGNodeRef |
Definition at line 1708 of file SlicedGraphs.h.
| using SVF::GenericGraphTraits< const SlicedSVFGView * >::nodes_iterator = SlicedSVFGNodeIter |
Definition at line 1710 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1747 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1764 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1768 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1751 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1726 of file SlicedGraphs.h.
|
inlinestatic |
Whether n is retained by this sliced SVFG (the solver's restriction test).
Definition at line 1721 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1755 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1759 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1773 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1731 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1785 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1777 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1715 of file SlicedGraphs.h.
|
inlinestatic |
Definition at line 1781 of file SlicedGraphs.h.
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |
Definition at line 1713 of file SlicedGraphs.h.