Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance
412 struct TTypeSpecifierNonArray struct414 TBasicType type;415 unsigned char primarySize; // size of vector or cols of matrix416 unsigned char secondarySize; // rows of matrix417 const TStructure *userDef;418 TSourceLoc line;421 bool isStructSpecifier;423 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()434 void initializeStruct(const TStructure *aUserDef, in initializeStruct()446 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()[all …]