Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp401 bool switchExclusivelyCovered; member in __anon3efe8e7e0111::CFGBuilder
419 switchExclusivelyCovered(false), switchCond(nullptr), in CFGBuilder()
3123 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()
3151 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()
3181 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument
3190 if (!switchExclusivelyCovered) { in shouldAddCase()
3198 switchExclusivelyCovered = true; in shouldAddCase()
3206 switchExclusivelyCovered = true; in shouldAddCase()
3236 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
3263 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()