Static Value-Flow Analysis
|
#include <VFGNode.h>
Static Public Member Functions | |
static bool | classof (const NullPtrVFGNode *) |
Methods for support type inquiry through isa, cast, and dyn_cast: | |
static bool | classof (const VFGNode *node) |
static bool | classof (const GenericVFGNodeTy *node) |
static bool | classof (const SVFValue *node) |
![]() | |
static bool | classof (const VFGNode *) |
static bool | classof (const GenericVFGNodeTy *node) |
static bool | classof (const SVFValue *node) |
![]() | |
static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
static bool | classof (const SVFValue *) |
Private Attributes | |
const PAGNode * | node |
|
inlinestatic |
|
inlinestatic |
Return the left hand side SVF Vars.
Implements SVF::VFGNode.
Definition at line 346 of file VFG.cpp.
|
inline |
Whether this node is of pointer type (used for pointer analysis).
Definition at line 1230 of file VFGNode.h.
|
overridevirtual |