Searched refs:getAsBranchNode (Results 1 – 3 of 3) sorted by relevance
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
2012 if((*caseIt)->getAsBranchNode()) in visitSwitch()2032 if((*defaultIt)->getAsBranchNode()) // Kill, Break, Continue or Return in visitSwitch()