Searched refs:commaAggregate (Results 1 – 1 of 1) sorted by relevance
613 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local614 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()615 commaAggregate->setType(right->getType()); in addComma()616 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()617 return commaAggregate; in addComma()