Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp401 bool switchExclusivelyCovered; member in __anon4350aedf0111::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()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp518 bool switchExclusivelyCovered = false; member in __anon875bb5ad0411::CFGBuilder
4096 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered, in VisitSwitchStmt()
4124 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered; in VisitSwitchStmt()
4155 static bool shouldAddCase(bool &switchExclusivelyCovered, in shouldAddCase() argument
4164 if (!switchExclusivelyCovered) { in shouldAddCase()
4172 switchExclusivelyCovered = true; in shouldAddCase()
4180 switchExclusivelyCovered = true; in shouldAddCase()
4210 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()
4237 shouldAddCase(switchExclusivelyCovered, switchCond, in VisitCaseStmt()