|
Static Value-Flow Analysis
|
#include <ICFGNode.h>
Static Public Member Functions | |
| static bool | classof (const GlobalICFGNode *) |
| Methods for support type inquiry through isa, cast, and dyn_cast: | |
| static bool | classof (const ICFGNode *node) |
| static bool | classof (const GenericICFGNodeTy *node) |
Static Public Member Functions inherited from SVF::ICFGNode | |
| static bool | classof (const ICFGNode *) |
| static bool | classof (const GenericICFGNodeTy *node) |
| static bool | classof (const SVFValue *node) |
Static Public Member Functions inherited from SVF::GenericNode< NodeTy, EdgeTy > | |
| static bool | classof (const GenericNode< NodeTy, EdgeTy > *) |
| static bool | classof (const SVFValue *) |
Unique ICFG node stands for all global initializations
Definition at line 156 of file ICFGNode.h.
|
inline |
Definition at line 160 of file ICFGNode.h.
|
inlinestatic |
Definition at line 176 of file ICFGNode.h.
|
inlinestatic |
Methods for support type inquiry through isa, cast, and dyn_cast:
Definition at line 166 of file ICFGNode.h.
Definition at line 171 of file ICFGNode.h.
|
inlineoverridevirtual |
Reimplemented from SVF::SVFValue.
Definition at line 184 of file ICFGNode.h.
|
overridevirtual |
Reimplemented from SVF::ICFGNode.