Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1820 bool defaultIsFeasible = I == EI; in processSwitch() local
1853 defaultIsFeasible = true; in processSwitch()
1855 defaultIsFeasible = false; in processSwitch()
1860 if (!defaultIsFeasible) in processSwitch()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2457 bool defaultIsFeasible = I == EI; in processSwitch() local
2490 defaultIsFeasible = true; in processSwitch()
2492 defaultIsFeasible = false; in processSwitch()
2497 if (!defaultIsFeasible) in processSwitch()