Home
last modified time | relevance | path

Searched refs:falseCopy (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.cpp1160 TIntermTyped *falseCopy = node.mFalseExpression->deepCopy(); in TIntermTernary() local
1161 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1164 mFalseExpression = falseCopy; in TIntermTernary()