Searched refs:getFlowOp (Results 1 – 10 of 10) sorted by relevance
316 if (node->getFlowOp() == glslang::EOpReturn && node->getExpression() && in visitBranch()651 assert(return_node->getFlowOp() == glslang::EOpReturn && return_node->getExpression()); in propagateNoContractionInReturnNode()
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)) {
1354 switch (node->getFlowOp()) { in visitBranch()
9642 …)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpCase || in yyparse()9643 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()9654 …)->getAsBranchNode() && ((yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpCase || in yyparse()9655 … (yyvsp[0].interm.intermNode)->getAsBranchNode()->getFlowOp() == EOpDefault)) { in yyparse()
451 switch (node->getFlowOp()) { in visitBranch()
398 TOperator getFlowOp() { return flowOp; } in getFlowOp() function
1968 switch(node->getFlowOp()) in visitBranch()1986 default: UNREACHABLE(node->getFlowOp()); in visitBranch()3980 switch(node->getFlowOp()) in visitBranch()3988 default: UNREACHABLE(node->getFlowOp()); in visitBranch()
3398 if (branch != nullptr && (branch->getFlowOp() == EOpCase || in acceptCompoundStatement()3399 branch->getFlowOp() == EOpDefault)) { in acceptCompoundStatement()
1153 TOperator getFlowOp() const { return flowOp; } in getFlowOp() function
2680 … if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpDefault) in visitSwitch()2682 … else if (child->getAsBranchNode() && child->getAsBranchNode()->getFlowOp() == glslang::EOpCase) { in visitSwitch()2800 switch (node->getFlowOp()) { in visitBranch()