|
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 592 of file ICFGNode.h.
|
inline |
Definition at line 608 of file ICFGNode.h.
Add actual return parameter.
Definition at line 630 of file ICFGNode.h.
|
inlinestatic |
Definition at line 652 of file ICFGNode.h.
Definition at line 647 of file ICFGNode.h.
|
inlinestatic |
Definition at line 642 of file ICFGNode.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 637 of file ICFGNode.h.
Definition at line 656 of file ICFGNode.h.
Return actual return parameter.
Definition at line 624 of file ICFGNode.h.
|
inline |
Definition at line 619 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 598 of file ICFGNode.h.
|
overridevirtual |
Reimplemented from SVF::ICFGNode.
Definition at line 141 of file ICFG.cpp.
Definition at line 594 of file ICFGNode.h.
Definition at line 604 of file ICFGNode.h.
|
private |
Definition at line 605 of file ICFGNode.h.