Searched refs:commaAggregate (Results 1 – 2 of 2) sorted by relevance
646 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local647 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()648 commaAggregate->setType(right->getType()); in addComma()649 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()650 return commaAggregate; in addComma()
2259 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local2260 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()2261 commaAggregate->setType(right->getType()); in addComma()2262 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()2264 return commaAggregate; in addComma()