Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance
391 struct TTypeSpecifierNonArray struct393 TBasicType type;394 unsigned char primarySize; // size of vector or cols of matrix395 unsigned char secondarySize; // rows of matrix396 const TStructure *userDef;397 TSourceLoc line;400 bool isStructSpecifier;402 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()413 void initializeStruct(const TStructure *aUserDef, in initializeStruct()425 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()[all …]