Searched refs:getAsAggregate (Results 1 – 5 of 5) sorted by relevance
278 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function543 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
416 aggNode = node->getAsAggregate(); in setAggregateOperator()449 aggNode = left->getAsAggregate(); in growAggregate()516 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()647 TIntermAggregate* aggRoot = root->getAsAggregate(); in postProcess()
242 TIntermAggregate* decl = init->getAsAggregate(); in validateForLoopInit()
292 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()1805 if(functionBody && functionBody->getAsAggregate()) in addFunctionDefinition()1806 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()2073 TIntermAggregate *aggregateArguments = arguments->getAsAggregate(); in addConstructor()3594 TIntermSequence ¶meters = paramNode->getAsAggregate()->getSequence(); in addFunctionCallOrMethod()
657 TIntermAggregate *components = right->getAsAggregate(); in visitBinary()1161 TIntermSequence &arguments = node->getSequence()[0]->getAsAggregate()->getSequence(); in visitAggregate()2476 TIntermSequence &sequence = right->getAsAggregate()->getSequence(); in lvalue()3498 TIntermAggregate *init = node->getInit()->getAsAggregate(); in loopCount()