Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/d3d/
DRemoveSwitchFallThrough.cpp53 TIntermBlock *mPreviousCase; member in sh::__anon46afccb30111::RemoveSwitchFallThroughTraverser
65 ASSERT(rm.mPreviousCase || statementList->getSequence()->empty()); in removeFallThrough()
66 if (!rm.mLastStatementWasBreak && rm.mPreviousCase) in removeFallThrough()
71 rm.mPreviousCase->getSequence()->push_back(finalBreak); in removeFallThrough()
84 mPreviousCase(nullptr), in RemoveSwitchFallThroughTraverser()
94 mPreviousCase->getSequence()->push_back(node); in visitSymbol()
108 mPreviousCase->getSequence()->push_back(node); in visitDeclaration()
115 mPreviousCase->getSequence()->push_back(node); in visitBinary()
122 mPreviousCase->getSequence()->push_back(node); in visitUnary()
129 mPreviousCase->getSequence()->push_back(node); in visitTernary()
[all …]