Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
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
/third_party/flutter/skia/third_party/externals/angle2/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.cpp186 TIntermBlock *statementList = new TIntermBlock(); in GetIndexFunctionDefinition() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp64 TIntermBlock *statementList, in validate()
309 TIntermBlock *statementList, in ValidateSwitchStatementList()
DIntermNode.cpp1371 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch()
1378 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList()
DParseContext.cpp4906 TIntermBlock *statementList, in addSwitch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateSwitch.cpp64 TIntermBlock *statementList, in validate()
309 TIntermBlock *statementList, in ValidateSwitchStatementList()
DIntermNode.cpp1627 TIntermSwitch::TIntermSwitch(TIntermTyped *init, TIntermBlock *statementList) in TIntermSwitch()
1638 void TIntermSwitch::setStatementList(TIntermBlock *statementList) in setStatementList()
DParseContext.cpp5807 TIntermBlock *statementList, in addSwitch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DPruneEmptyCases.cpp75 TIntermBlock *statementList = node->getStatementList(); in visitSwitch() local
DRemoveDynamicIndexing.cpp196 TIntermBlock *statementList = new TIntermBlock(); in GetIndexFunctionDefinition() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp20 TIntermAggregate *statementList, const TSourceLoc &loc) in validate()
Dintermediate.h640 TIntermSwitch(TIntermTyped *init, TIntermAggregate *statementList) in TIntermSwitch()
650 void setStatementList(TIntermAggregate *statementList) { mStatementList = statementList; } in setStatementList()
DIntermediate.cpp687 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch()
DParseHelper.cpp3282 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch()
/third_party/skia/third_party/externals/tint/src/transform/
Dmultiplanar_external_texture.cc343 ast::StatementList statementList = in createTexSmpExt() local