Home
last modified time | relevance | path

Searched refs:trueCopy (Results 26 – 33 of 33) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DIntermNode.cpp1082 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1084 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1086 mTrueExpression = trueCopy; in TIntermTernary()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DIntermNode.cpp1082 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1084 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1086 mTrueExpression = trueCopy; in TIntermTernary()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1099 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1101 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1103 mTrueExpression = trueCopy; in TIntermTernary()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1082 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1084 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1086 mTrueExpression = trueCopy; in TIntermTernary()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1099 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1101 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1103 mTrueExpression = trueCopy; in TIntermTernary()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DIntermNode.cpp1099 TIntermTyped *trueCopy = node.mTrueExpression->deepCopy(); in TIntermTernary() local
1101 ASSERT(conditionCopy != nullptr && trueCopy != nullptr && falseCopy != nullptr); in TIntermTernary()
1103 mTrueExpression = trueCopy; in TIntermTernary()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpModel.cpp743 ClpModel::gutsOfCopy(const ClpModel & rhs, int trueCopy) in gutsOfCopy() argument
746 if (trueCopy >= 0) { in gutsOfCopy()
792 if (trueCopy) { in gutsOfCopy()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpModel.cpp726 void ClpModel::gutsOfCopy(const ClpModel &rhs, int trueCopy) in gutsOfCopy() argument
730 if (trueCopy >= 0) { in gutsOfCopy()
775 if (trueCopy) { in gutsOfCopy()

12