Static Value-Flow Analysis
|
#include <SVFValue.h>
Static Public Member Functions | |
static bool | classof (const SVFValue *node) |
static bool | classof (const SVFConstantData *node) |
Static Public Member Functions inherited from SVF::SVFConstantData | |
static bool | classof (const SVFValue *node) |
static bool | classof (const SVFConstantData *node) |
Static Public Member Functions inherited from SVF::SVFConstant | |
static bool | classof (const SVFValue *node) |
Private Attributes | |
float | dval |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Additional Inherited Members | |
Public Types inherited from SVF::SVFValue | |
enum | SVFValKind { SVFVal , SVFFunc , SVFBB , SVFInst , SVFCall , SVFVCall , SVFGlob , SVFArg , SVFConst , SVFConstData , SVFConstInt , SVFConstFP , SVFNullPtr , SVFBlackHole , SVFMetaAsValue , SVFOther } |
typedef s64_t | GNodeK |
Protected Member Functions inherited from SVF::SVFValue | |
SVFValue (const SVFType *ty, SVFValKind k) | |
Constructor without name. | |
void | setConstDataOrAggData () |
void | setPtrInUncalledFunction () |
Protected Attributes inherited from SVF::SVFValue | |
const SVFType * | type |
Type of this SVFValue. | |
std::string | name |
Short name of value for printing & debugging. | |
std::string | sourceLoc |
Definition at line 916 of file SVFValue.h.
Definition at line 923 of file SVFValue.h.
|
delete |
|
inlinestatic |
Definition at line 937 of file SVFValue.h.
Definition at line 933 of file SVFValue.h.
|
inline |
Definition at line 929 of file SVFValue.h.
|
friend |
Definition at line 919 of file SVFValue.h.
|
friend |
Definition at line 918 of file SVFValue.h.
|
private |
Definition at line 921 of file SVFValue.h.