Searched refs:arrayInformationType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTypes.h88 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
93 maxArraySize(0), arrayInformationType(0), structure(0), structureSize(0), fieldName(0), mangled(0), typeName(0)
102 maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mangled(0)
147 assert(copyOf.arrayInformationType == 0);
148 arrayInformationType = 0; // arrayInformationType should not be set for builtIn symbol table level
198 void setArrayInformationType(TType* t) { arrayInformationType = t; }
199 TType* getArrayInformationType() const { return arrayInformationType; }
283 TType* arrayInformationType; member in class:TType
H A DSymbolTable.h73 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { }
80 void updateArrayInformationType(TType *t) { arrayInformationType = t; }
81 TType* getArrayInformationType() { return arrayInformationType; }
112 TType *arrayInformationType; // this is used for updating maxArraySize in all the references to a given symbol member in class:TVariable
H A DSymbolTable.cpp171 assert(copyOf.arrayInformationType == 0);
172 arrayInformationType = 0;

Completed in 214 milliseconds