This is the complete list of members for
CDataType, including all inherited members.
CDataType(VarDataType_t t) | CDataType | |
CDataType(VarDataType_t t, list< CNode * > packedList) | CDataType | |
Clone(CObstack *heap)=0 | CDataType | [pure virtual] |
Copy(CObstack *heap, const CDataType &o) | CDataType | [protected] |
Dump(FILE *f) const =0 | CDataType | [pure virtual] |
GetBaseWidth(void) const =0 | CDataType | [pure virtual] |
GetBaseWidthExp() const =0 | CDataType | [pure virtual] |
GetConst() const | CDataType | [inline, virtual] |
GetNodeType(void) const =0 | CDataType | [pure virtual] |
GetNumberOfPackedDimensions(void) const | CDataType | [inline, virtual] |
GetPackedLsb() const | CDataType | [virtual] |
GetPackedLsi(INT32 dim) const | CDataType | [virtual] |
GetPackedMsb() const | CDataType | [virtual] |
GetPackedMsi(INT32 dim) const | CDataType | [virtual] |
GetPackedRange() const | CDataType | [virtual] |
GetPackedRange(INT32 dim) const | CDataType | [inline, virtual] |
GetPackedWidth(void) const | CDataType | [virtual] |
GetPackedWidthExp() const | CDataType | [virtual] |
GetSigned() const =0 | CDataType | [pure virtual] |
GetTwoState() const =0 | CDataType | [pure virtual] |
GetVarDataType() const | CDataType | [inline, virtual] |
IsBaseWidthConstant(void) const =0 | CDataType | [pure virtual] |
IsBaseWidthEvaluateable(void) const =0 | CDataType | [pure virtual] |
IsBaseWidthVolatile(void) const =0 | CDataType | [pure virtual] |
IsPacked() const =0 | CDataType | [pure virtual] |
IsPackedWidthConstant(void) const | CDataType | [virtual] |
IsPackedWidthEvaluateable(void) const | CDataType | [virtual] |
IsPackedWidthVolatile(void) const | CDataType | [virtual] |
IsScalar() const | CDataType | [virtual] |
IsVector() const =0 | CDataType | [pure virtual] |
operator delete(void *object) | CObject | [inline] |
operator new(size_t size, CObstack *stack) | CObject | [inline] |
PackedWidthDirection(void) const | CDataType | [virtual] |
PostSubVisit1(CNode *(*callback)(CNode *, void *), void *data) | CDataType | [virtual] |
PostVisit1(void(*callback)(CNode *, void *), void *data) | CDataType | [virtual] |
PreVisit1(int(*callback)(CNode *, void *), void *data) | CDataType | [virtual] |
SetConst(int v) | CDataType | [inline, virtual] |
SetVarDataType(VarDataType_t v) | CDataType | [inline, virtual] |