Searched refs:commaAggregate (Results 1 – 3 of 3) sorted by relevance
644 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()646 commaAggregate->setType(right->getType()); in addComma()647 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()648 return commaAggregate; in addComma()
2420 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local2421 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()2422 commaAggregate->setType(right->getType()); in addComma()2423 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()2425 return commaAggregate; in addComma()