/external/angle/src/compiler/translator/tree_ops/ |
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/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/glslang/src/glslang/Include/ |
D | intermediate.h | 1077 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function 1090 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function 1228 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function 1229 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1077 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function 1090 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function 1228 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function 1229 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
|
/external/angle/src/compiler/translator/ |
D | IntermNode.h | 107 virtual TIntermBranch *getAsBranchNode() { return nullptr; } in getAsBranchNode() function 240 TIntermBranch *getAsBranchNode() override { return this; } in getAsBranchNode() function
|
D | OutputHLSL.cpp | 2139 node->getSequence()->empty() || !node->getSequence()->back()->getAsBranchNode() || in visitBlock() 2140 node->getSequence()->back()->getAsBranchNode()->getFlowOp() != EOpReturn; in visitBlock()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | glslang.y | 3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang.m4 | 3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang_tab.cpp | 9862 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 9863 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse() 9874 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 9875 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
|
D | ParseHelper.cpp | 8358 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 8361 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | glslang.y | 3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang.m4 | 3559 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase || 3560 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) { 3566 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase || 3567 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
|
D | glslang_tab.cpp | 9862 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 9863 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse() 9874 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse() 9875 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
|
D | ParseHelper.cpp | 8307 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 8310 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 3287 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch() 3289 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch() 3291 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 3287 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch() 3289 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch() 3291 caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion() in visitSwitch()
|
/external/angle/third_party/glslang/src/hlsl/ |
D | hlslGrammar.cpp | 3404 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
|
D | hlslParseHelper.cpp | 9130 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 9133 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslGrammar.cpp | 3404 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
|
D | hlslParseHelper.cpp | 9130 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence() 9133 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
|