Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp330 bool switchExclusivelyCovered; member in __anon4350aedf0111::CFGBuilder
348 switchExclusivelyCovered(false), switchCond(nullptr), in CFGBuilder()
3025 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()
3053 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()
3077 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument
3086 if (!switchExclusivelyCovered) { in shouldAddCase()
3094 switchExclusivelyCovered = true; in shouldAddCase()
3102 switchExclusivelyCovered = true; in shouldAddCase()
3132 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
3159 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()