Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3106 bool defaultIsFeasible = I == EI; in processSwitch() local
3139 defaultIsFeasible = true; in processSwitch()
3141 defaultIsFeasible = false; in processSwitch()
3146 if (!defaultIsFeasible) in processSwitch()