Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance
410 struct TTypeSpecifierNonArray struct412 TBasicType type;413 unsigned char primarySize; // size of vector or cols of matrix414 unsigned char secondarySize; // rows of matrix415 const TStructure *userDef;416 TSourceLoc line;419 bool isStructSpecifier;421 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()432 void initializeStruct(const TStructure *aUserDef, in initializeStruct()444 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()[all …]