Searched refs:indexExpression (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 164 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression); 171 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression, 180 … const TString &identifier, const TSourceLoc &arrayLocation, TIntermTyped *indexExpression); 186 … const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression, 201 …xpression(TIntermTyped *baseExpression, const TSourceLoc& location, TIntermTyped *indexExpression);
|
D | ParseHelper.cpp | 1521 TIntermTyped *indexExpression) in parseSingleArrayDeclaration() argument 1539 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration() 1588 TIntermTyped *indexExpression, in parseSingleArrayInitDeclaration() argument 1606 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayInitDeclaration() 1696 const TSourceLoc &arrayLocation, TIntermTyped *indexExpression) in parseArrayDeclarator() argument 1720 if(arraySizeErrorCheck(arrayLocation, indexExpression, size)) in parseArrayDeclarator() 1782 TIntermTyped *indexExpression, in parseArrayInitDeclarator() argument 1805 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseArrayInitDeclarator() 2507 …Expression(TIntermTyped *baseExpression, const TSourceLoc &location, TIntermTyped *indexExpression) in addIndexExpression() argument 2525 TIntermConstantUnion *indexConstantUnion = indexExpression->getAsConstantUnion(); in addIndexExpression() [all …]
|