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