Searched refs:EOpDefault (Results 1 – 6 of 6) sorted by relevance
3399 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()3940 statement = parseContext.intermediate.addBranch(EOpDefault, loc); in acceptDefaultLabel()
627 EOpDefault, enumerator
3424 $1->getAsBranchNode()->getFlowOp() == EOpDefault)) {3431 $2->getAsBranchNode()->getFlowOp() == EOpDefault)) {3547 $$ = parseContext.intermediate.addBranch(EOpDefault, $1.loc);
1360 case EOpDefault: out.debug << "default: "; break; in visitBranch()
9643 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()9655 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()9830 … (yyval.interm.intermNode) = parseContext.intermediate.addBranch(EOpDefault, (yyvsp[-1].lex).loc); in yyparse()
2680 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()