Static Value-Flow Analysis
|
#include <ICFGNode.h>
Private Member Functions | |
RetICFGNode (NodeID id) | |
Constructor to create empty RetICFGNode (for SVFIRReader/deserialization) | |
Private Attributes | |
const SVFVar * | actualRet |
const CallICFGNode * | callBlockNode |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Return ICFGNode containing (at most one) ActualRetVFGNode at a callsite
Definition at line 592 of file ICFGNode.h.
|
inlineprivate |
Constructor to create empty RetICFGNode (for SVFIRReader/deserialization)
Definition at line 602 of file ICFGNode.h.
|
inline |
Definition at line 608 of file ICFGNode.h.
Add actual return parameter.
Definition at line 627 of file ICFGNode.h.
|
inlinestatic |
Definition at line 649 of file ICFGNode.h.
Definition at line 644 of file ICFGNode.h.
|
inlinestatic |
Definition at line 639 of file ICFGNode.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 634 of file ICFGNode.h.
Definition at line 653 of file ICFGNode.h.
Return actual return parameter.
Definition at line 621 of file ICFGNode.h.
|
inline |
Definition at line 616 of file ICFGNode.h.
|
inlineoverridevirtual |
|
overridevirtual |
Reimplemented from SVF::ICFGNode.
Definition at line 152 of file ICFG.cpp.
Definition at line 595 of file ICFGNode.h.
Definition at line 594 of file ICFGNode.h.
Definition at line 598 of file ICFGNode.h.
|
private |
Definition at line 599 of file ICFGNode.h.