Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp108 auto replacedFunction = mReplacedFunctions.find(function); in convertASTFunction() local
109 if (replacedFunction == mReplacedFunctions.end()) in convertASTFunction()
115 TFunction *substituteFunction = replacedFunction->second; in convertASTFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp108 auto replacedFunction = mReplacedFunctions.find(function); in convertASTFunction() local
109 if (replacedFunction == mReplacedFunctions.end()) in convertASTFunction()
115 TFunction *substituteFunction = replacedFunction->second; in convertASTFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp108 auto replacedFunction = mReplacedFunctions.find(function); in convertASTFunction() local
109 if (replacedFunction == mReplacedFunctions.end()) in convertASTFunction()
115 TFunction *substituteFunction = replacedFunction->second; in convertASTFunction()