Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2648 bool defaultIsFeasible = I == EI; in processSwitch() local
2681 defaultIsFeasible = true; in processSwitch()
2683 defaultIsFeasible = false; in processSwitch()
2688 if (!defaultIsFeasible) in processSwitch()