Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DDiscoverDependentFunctions.cpp27 std::unordered_set<const TFunction *> mNonDepFunctions; member in __anon2f8505ef0111::Discoverer
61 if (mNonDepFunctions.find(func) != mNonDepFunctions.end()) in visitAggregate()
78 if (mNonDepFunctions.find(func) != mNonDepFunctions.end()) in visitAggregate()
104 if (mNonDepFunctions.find(func) != mNonDepFunctions.end()) in visitFunctionDefinition()
114 mNonDepFunctions.insert(func); in visitFunctionDefinition()