Searched refs:arrayInformationType (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | Types.h | 88 …maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0)… in type() 93 …maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0)… in TType() 102 …maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mang… in type() 147 assert(copyOf.arrayInformationType == 0); in copyType() 148 … arrayInformationType = 0; // arrayInformationType should not be set for builtIn symbol table level in copyType() 198 void setArrayInformationType(TType* t) { arrayInformationType = t; } in setArrayInformationType() 199 TType* getArrayInformationType() const { return arrayInformationType; } in getArrayInformationType() 283 TType* arrayInformationType; variable
|
D | SymbolTable.h | 73 …ool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { } in TSymbol() 80 void updateArrayInformationType(TType *t) { arrayInformationType = t; } in updateArrayInformationType() 81 TType* getArrayInformationType() { return arrayInformationType; } in getArrayInformationType() 112 …TType *arrayInformationType; // this is used for updating maxArraySize in all the references to a… variable
|
D | SymbolTable.cpp | 171 assert(copyOf.arrayInformationType == 0); in TVariable() 172 arrayInformationType = 0; in TVariable()
|