Searched refs:commaAggregate (Results 1 – 2 of 2) 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()
2425 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local2426 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()2427 commaAggregate->setType(right->getType()); in addComma()2428 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()2430 return commaAggregate; in addComma()