Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DWrapSwitchStatementsInBlocks.cpp51 TIntermSequence *statementList = node->getStatementList()->getSequence(); in visitSwitch()
81 node->getStatementList(), declaration, emptyReplacement)); in visitSwitch()
100 queueReplacementWithParent(node->getStatementList(), declaration, initAssignment, in visitSwitch()
DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch()
/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp124 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
Dintermediate.h649 TIntermAggregate *getStatementList() { return mStatementList; } in getStatementList() function
DOutputASM.cpp2000 TIntermAggregate* opList = node->getStatementList(); in visitSwitch()
/external/angle/src/compiler/translator/
DIntermNode.h923 TIntermBlock *getStatementList() { return mStatementList; } in getStatementList() function
DOutputGLSLBase.cpp910 ASSERT(node->getStatementList()); in visitSwitch()
DOutputHLSL.cpp2741 ASSERT(node->getStatementList()); in visitSwitch()
2744 node->setStatementList(RemoveSwitchFallThrough(node->getStatementList(), mPerfDiagnostics)); in visitSwitch()