Searched defs:switchExclusivelyCovered (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp324 bool switchExclusivelyCovered; member in class:__anon17770::CFGBuilder
342 switchExclusivelyCovered(false), switchCond(nullptr),
2958 SaveAndRestore<bool> save_switchExclusivelyCovered(switchExclusivelyCovered,
2986 SwitchAlwaysHasSuccessor |= switchExclusivelyCovered;
3010 static bool shouldAddCase(bool &switchExclusivelyCovered, argument
3019 if (!switchExclusivelyCovered) {
3027 switchExclusivelyCovered = true;
3035 switchExclusivelyCovered = true;
3065 shouldAddCase(switchExclusivelyCovered, switchCond,
3092 shouldAddCase(switchExclusivelyCovered, switchCon
[all...]

Completed in 122 milliseconds