Searched refs:trueCopy (Results 1 – 1 of 1) sorted by relevance
1225 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local1227 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()1229 mTrueExpression = trueCopy; in TIntermTernary()