|
Static Value-Flow Analysis
|
#include <ICFGNode.h>
Protected Member Functions | |
| void | setCallBlockNode (const CallICFGNode *cb) |
| Add call block node from database for the new RetICFGNode [only used this function when loading from db results]. | |
Private Attributes | |
| const SVFVar * | actualRet |
| const CallICFGNode * | callBlockNode |
Friends | |
| class | GraphDBClient |
Return ICFGNode containing (at most one) ActualRetVFGNode at a callsite
Definition at line 593 of file ICFGNode.h.
|
inline |
Definition at line 609 of file ICFGNode.h.
Add actual return parameter.
Definition at line 631 of file ICFGNode.h.
|
inlinestatic |
Definition at line 653 of file ICFGNode.h.
Definition at line 648 of file ICFGNode.h.
|
inlinestatic |
Definition at line 643 of file ICFGNode.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 638 of file ICFGNode.h.
Definition at line 657 of file ICFGNode.h.
Return actual return parameter.
Definition at line 625 of file ICFGNode.h.
|
inline |
Definition at line 620 of file ICFGNode.h.
|
inlineoverridevirtual |
|
inlineprotected |
Add call block node from database for the new RetICFGNode [only used this function when loading from db results].
Definition at line 599 of file ICFGNode.h.
|
overridevirtual |
Reimplemented from SVF::ICFGNode.
Definition at line 142 of file ICFG.cpp.
Definition at line 595 of file ICFGNode.h.
Definition at line 605 of file ICFGNode.h.
|
private |
Definition at line 606 of file ICFGNode.h.