Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2286 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch() local
2288 if (CondV_untested.isUndef()) { in processSwitch()
2295 DefinedOrUnknownSVal CondV = CondV_untested.castAs<DefinedOrUnknownSVal>(); in processSwitch()