/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | AddDefaultReturnStatements.cpp | 32 TIntermBranch *returnNode = bodyNode->getSequence()->back()->getAsBranchNode(); in NeedsReturnStatement()
|
D | RemoveSwitchFallThrough.cpp | 232 TIntermBranch *lastStatementAsBranch = node->getSequence()->back()->getAsBranchNode(); in DoesBlockAlwaysBreak()
|
/external/angle/src/compiler/translator/tree_util/ |
D | AsNode.h | 198 return node ? node->getAsBranchNode() : nullptr;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 25 if((*current)->getAsBranchNode()) // Kill, Break, Continue or Return in traverseCaseBody()
|
D | intermediate.h | 285 virtual TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function 395 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
|
D | OutputASM.cpp | 2045 if((*caseIt)->getAsBranchNode()) in visitSwitch() 2069 if((*defaultIt)->getAsBranchNode()) // Kill, Break, Continue or Return in visitSwitch()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1093 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function 1106 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function 1246 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function 1247 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1089 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function 1102 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function 1240 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function 1241 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | IntermRebuild.cpp | 384 return visitBranchPre(*originalNode.getAsBranchNode()); in traversePre() 447 return traverseBranchChildren(*currNode.getAsBranchNode()); in traverseChildren() 515 return visitBranchPost(*currNode.getAsBranchNode()); in traversePost()
|
/external/angle/src/compiler/translator/ |
D | IntermNode.h | 107 virtual TIntermBranch *getAsBranchNode() { return nullptr; } in getAsBranchNode() function 242 TIntermBranch *getAsBranchNode() override { return this; } in getAsBranchNode() function
|
D | OutputHLSL.cpp | 2153 node->getSequence()->empty() || !node->getSequence()->back()->getAsBranchNode() || in visitBlock() 2154 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 3689 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3690 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3696 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3697 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang.m4 | 3689 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3690 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3696 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3697 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang_tab.cpp | 10542 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 10543 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse() 10554 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 10555 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
|
D | ParseHelper.cpp | 8678 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 8681 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | glslang.y | 3766 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3767 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3773 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3774 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang.m4 | 3766 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3767 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3773 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3774 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang_tab.cpp | 11149 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 11150 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse() 11161 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 11162 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
|
D | ParseHelper.cpp | 9146 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 9149 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 3644 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch() 3646 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch() 3648 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 3409 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch() 3411 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch() 3413 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 3417 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
|
D | hlslParseHelper.cpp | 9259 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 9262 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 3419 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
|
D | hlslParseHelper.cpp | 9263 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 9266 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|