Searched refs:needsIndexLimitationChecking (Results 1 – 3 of 3) sorted by relevance
470 TVector<TIntermTyped*> needsIndexLimitationChecking; variable
499 needsIndexLimitationChecking.push_back(index); in handleIndexLimits()4570 for (size_t i = 0; i < needsIndexLimitationChecking.size(); ++i) in finish()4571 constantIndexExpressionCheck(needsIndexLimitationChecking[i]); in finish()
347 TVector<TIntermTyped*> needsIndexLimitationChecking; variable