Searched refs:getAsAggregate (Results 1 – 11 of 11) sorted by relevance
65 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall()80 const TIntermAggregate* getIntermFunctionCall() const { return intermNode->getAsAggregate(); } in getIntermFunctionCall()
22 TIntermAggregate* decl = node->getInit()->getAsAggregate(); in visitLoop()49 TIntermAggregate* decl = init->getAsAggregate(); in FillLoopIndexInfo()
32 body = sequence[1]->getAsAggregate(); in visitAggregate()
23 if (const TIntermAggregate* aggregate = node->getAsAggregate()) in isSingleStatement()270 TIntermAggregate* rightChild = node->getRight()->getAsAggregate(); in visitBinary()510 TIntermAggregate* params = (*seqIter)->getAsAggregate(); in visitAggregate()517 (*seqIter)->getAsAggregate() : NULL; in visitAggregate()
287 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()1057 TIntermAggregate* aggrNode = node->getAsAggregate(); in addConstructor()1087 if (newNode && newNode->getAsAggregate()) { in addConstructor()1088 TIntermTyped* constConstructor = foldConstConstructor(newNode->getAsAggregate(), *type); in addConstructor()1124 TIntermTyped* constConstructor = foldConstConstructor(constructor->getAsAggregate(), *type); in addConstructor()
457 $$->getAsAggregate()->setUserDefined();458 $$->getAsAggregate()->setName(fnCandidate->getMangledName());464 …if (context->lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->get…1986 $$->getAsAggregate()->setName($1.function->getMangledName().c_str());1987 $$->getAsAggregate()->setType($1.function->getReturnType());1991 $$->getAsAggregate()->setOptimize(context->pragma().optimize);1992 $$->getAsAggregate()->setDebug(context->pragma().debug);
223 virtual TIntermAggregate* getAsAggregate() { return 0; } in getAsAggregate() function493 virtual TIntermAggregate* getAsAggregate() { return this; } in getAsAggregate() function
381 aggNode = node->getAsAggregate(); in setAggregateOperator()535 aggNode = left->getAsAggregate(); in growAggregate()601 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()725 TIntermAggregate* aggRoot = root->getAsAggregate(); in postProcess()
1205 TIntermAggregate *swizzle = node->getRight()->getAsAggregate(); in visitBinary()1614 TIntermSequence &arguments = sequence[0]->getAsAggregate()->getSequence(); in visitAggregate()2167 TIntermAggregate *aggregate = node->getAsAggregate(); in isSingleStatement()2210 TIntermAggregate *init = node->getInit()->getAsAggregate(); in handleExcessiveLoop()
249 TIntermAggregate* decl = init->getAsAggregate(); in validateForLoopInit()
2562 (yyval.interm.intermTypedNode)->getAsAggregate()->setUserDefined();2563 … (yyval.interm.intermTypedNode)->getAsAggregate()->setName(fnCandidate->getMangledName());2569 …termTypedNode)->getLine(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence…4614 …(yyval.interm.intermNode)->getAsAggregate()->setName((yyvsp[(1) - (3)].interm).function->getMangle…4615 …(yyval.interm.intermNode)->getAsAggregate()->setType((yyvsp[(1) - (3)].interm).function->getReturn…4619 (yyval.interm.intermNode)->getAsAggregate()->setOptimize(context->pragma().optimize);4620 (yyval.interm.intermNode)->getAsAggregate()->setDebug(context->pragma().debug);