Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1571 SVal CondV_untested = state->getSVal(CondE, builder.getLocationContext()); in processSwitch() local
1573 if (CondV_untested.isUndef()) { in processSwitch()
1580 DefinedOrUnknownSVal CondV = CondV_untested.castAs<DefinedOrUnknownSVal>(); in processSwitch()