Lines Matching refs:indexExpression
1480 TIntermTyped *indexExpression) in parseSingleArrayDeclaration() argument
1498 if(arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayDeclaration()
1547 TIntermTyped *indexExpression, in parseSingleArrayInitDeclaration() argument
1565 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseSingleArrayInitDeclaration()
1655 const TSourceLoc &arrayLocation, TIntermTyped *indexExpression) in parseArrayDeclarator() argument
1679 if(arraySizeErrorCheck(arrayLocation, indexExpression, size)) in parseArrayDeclarator()
1741 TIntermTyped *indexExpression, in parseArrayInitDeclarator() argument
1764 if(indexExpression != nullptr && arraySizeErrorCheck(identifierLocation, indexExpression, size)) in parseArrayInitDeclarator()
2477 …Expression(TIntermTyped *baseExpression, const TSourceLoc &location, TIntermTyped *indexExpression) in addIndexExpression() argument
2495 TIntermConstantUnion *indexConstantUnion = indexExpression->getAsConstantUnion(); in addIndexExpression()
2497 …if(indexExpression->getQualifier() == EvqConstExpr && indexConstantUnion) // TODO: Qualifier che… in addIndexExpression()
2566 …indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, locatio… in addIndexExpression()
2583 …indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, locat… in addIndexExpression()