Searched refs:copySeq (Results 1 – 1 of 1) sorted by relevance
1121 TIntermSequence copySeq; in shallowCopy() local1122 copySeq.insert(copySeq.begin(), getSequence()->begin(), getSequence()->end()); in shallowCopy()1123 TIntermAggregate *copyNode = new TIntermAggregate(mFunction, mType, mOp, ©Seq); in shallowCopy()