Searched defs:TIntermAggregate (Results 1 – 2 of 2) sorted by relevance
162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() argument
244 class TIntermAggregate; variable539 TIntermAggregate() : TIntermOperator(EOpNull), userDefined(false) { endLine = { 0, 0, 0, 0 }; } in TIntermAggregate() function540 TIntermAggregate(TOperator o) : TIntermOperator(o) { } in TIntermAggregate() function708 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() argument