Home
last modified time | relevance | path

Searched defs:statementList (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRemoveSwitchFallThrough.cpp59 TIntermBlock *statementList, in removeFallThrough()
79 TIntermBlock *statementList, in RemoveSwitchFallThroughTraverser()
264 TIntermBlock *RemoveSwitchFallThrough(TIntermBlock *statementList, in RemoveSwitchFallThrough()
DWrapSwitchStatementsInBlocks.cpp51 TIntermSequence *statementList = node->getStatementList()->getSequence(); in visitSwitch() local
DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch() local
DRemoveDynamicIndexing.cpp189 TIntermBlock *statementList = new TIntermBlock(); in GetIndexFunctionDefinition() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DValidateSwitch.cpp64 TIntermBlock *statementList, in validate()
309 TIntermBlock *statementList, in ValidateSwitchStatementList()
DIntermNode.cpp1409 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch()
1420 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList()
DParseContext.cpp5074 TIntermBlock *statementList, in addSwitch()