Static Value-Flow Analysis
|
#include <SVFType.h>
Public Member Functions | |
SVFFunctionType (const SVFType *rt, const std::vector< const SVFType * > &p, bool isvararg) | |
const SVFType * | getReturnType () const |
const std::vector< const SVFType * > & | getParamTypes () const |
bool | isVarArg () const |
void | print (std::ostream &os) const override |
![]() | |
SVFType (void)=delete | |
virtual | ~SVFType () |
GNodeK | getKind () const |
std::string | toString () const |
void | setTypeInfo (StInfo *ti) |
StInfo * | getTypeInfo () |
const StInfo * | getTypeInfo () const |
u32_t | getByteSize () const |
bool | isPointerTy () const |
bool | isArrayTy () const |
bool | isStructTy () const |
bool | isSingleValueType () const |
Static Public Member Functions | |
static bool | classof (const SVFType *node) |
![]() | |
static SVFType * | getSVFPtrType () |
static SVFType * | getSVFInt8Type () |
Private Attributes | |
const SVFType * | retTy |
std::vector< const SVFType * > | params |
bool | varArg |
Friends | |
class | SVFIRWriter |
class | SVFIRReader |
Additional Inherited Members | |
![]() | |
enum | SVFTyKind { SVFTy , SVFPointerTy , SVFIntegerTy , SVFFunctionTy , SVFStructTy , SVFArrayTy , SVFOtherTy } |
typedef s64_t | GNodeK |
![]() | |
SVFType (bool svt, SVFTyKind k, u32_t Sz=1) | |
|
inline |
|
inline |
|
overridevirtual |