Searched refs:switchExclusivelyCovered (Results 1 – 1 of 1) sorted by relevance
518 bool switchExclusivelyCovered = false; member in __anona1d14af10411::CFGBuilder4103 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()4131 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()4162 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument4171 if (!switchExclusivelyCovered) { in shouldAddCase()4179 switchExclusivelyCovered = true; in shouldAddCase()4187 switchExclusivelyCovered = true; in shouldAddCase()4217 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()4244 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()