Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance
367 struct TTypeSpecifierNonArray struct369 TBasicType type;370 unsigned char primarySize; // size of vector or cols of matrix371 unsigned char secondarySize; // rows of matrix372 const TStructure *userDef;373 TSourceLoc line;376 bool isStructSpecifier;378 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()389 void initializeStruct(const TStructure *aUserDef, in initializeStruct()401 void setAggregate(unsigned char size) { primarySize = size; } in setAggregate()[all …]