Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp45 mSingle(other.mSingle), in BaseResult()
50 : mAction(Action::ReplaceSingle), mVisit(visit), mSingle(&node) in BaseResult()
56 mSingle(node) in BaseResult()
60 : mAction(Action::Drop), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()
64 : mAction(Action::Fail), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()
70 mSingle(nullptr), in BaseResult()
78 mSingle = other.mSingle; in moveAssignImpl()
101 return mSingle; in single()
234 if (result.mAction == Action::Fail || !result.mSingle) in traverseAnyAs()
238 return asNode<Node>(result.mSingle); in traverseAnyAs()
[all …]
DIntermRebuild.h132 TIntermNode *mSingle; variable