Home
last modified time | relevance | path

Searched refs:switchExclusivelyCovered (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp518 bool switchExclusivelyCovered = false; member in __anona1d14af10411::CFGBuilder
4103 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()
4131 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()
4162 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument
4171 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()