Searched refs:getAsBranchNode (Results 1 – 10 of 10) sorted by relevance
1033 virtual glslang::TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function1046 virtual const glslang::TIntermBranch* getAsBranchNode() const { return 0; } in getAsBranchNode() function1150 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function1151 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() function
25 if((*current)->getAsBranchNode()) // Kill, Break, Continue or Return in traverseCaseBody()
285 virtual TIntermBranch* getAsBranchNode() { return 0; } in getAsBranchNode() function395 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() function
2045 if((*caseIt)->getAsBranchNode()) in visitSwitch()2065 if((*defaultIt)->getAsBranchNode()) // Kill, Break, Continue or Return in visitSwitch()
3423 if ($1 && $1->getAsBranchNode() && ($1->getAsBranchNode()->getFlowOp() == EOpCase ||3424 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {3430 if ($2 && $2->getAsBranchNode() && ($2->getAsBranchNode()->getFlowOp() == EOpCase ||3431 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {
9642 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()9643 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()9654 …termNode) && (yyvsp[0].interm.intermNode)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->get… in yyparse()9655 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
7739 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()7742 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()
2680 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()2682 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()2684 …caseValues.push_back(child->getAsBranchNode()->getExpression()->getAsConstantUnion()->getConstArra… in visitSwitch()
3397 TIntermBranch* branch = statement ? statement->getAsBranchNode() : nullptr; in acceptCompoundStatement()
9066 TIntermBranch* prevBranch = (*switchSequence)[s]->getAsBranchNode(); in wrapupSwitchSubsequence()9069 TIntermTyped* newExpression = branchNode->getAsBranchNode()->getExpression(); in wrapupSwitchSubsequence()