Home
last modified time | relevance | path

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

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