Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp519 bool switchExclusivelyCovered = false; member in __anon8d78c9ed0411::CFGBuilder
4314 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()
4342 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()
4373 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument
4382 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()