Searched defs:TTypeSpecifierNonArray (Results 1 – 1 of 1) sorted by relevance
408 struct TTypeSpecifierNonArray struct410 TBasicType type;411 uint8_t primarySize; // size of vector or cols of matrix412 uint8_t secondarySize; // rows of matrix413 const TStructure *userDef;414 TSourceLoc line;417 bool isStructSpecifier;419 void initialize(TBasicType aType, const TSourceLoc &aLine) in initialize()430 void initializeStruct(const TStructure *aUserDef, in initializeStruct()442 void setAggregate(uint8_t size) { primarySize = size; } in setAggregate()[all …]