Searched refs:switchExclusivelyCovered (Results 1 – 1 of 1) sorted by relevance
519 bool switchExclusivelyCovered = false; member in __anon8d78c9ed0411::CFGBuilder4314 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()4342 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()4373 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument4382 if (!switchExclusivelyCovered) { in shouldAddCase()4390 switchExclusivelyCovered = true; in shouldAddCase()4398 switchExclusivelyCovered = true; in shouldAddCase()4428 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4455 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()