Searched refs:V2_untested (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1081 SVal V2_untested = state->getSVal(Ex, LCtx); local
1084 if (V2_untested.isUnknownOrUndef()) {
1085 state = state->BindExpr(U, LCtx, V2_untested);
1090 evalStore(Dst3, U, Ex, *I, state, loc, V2_untested);
1095 DefinedSVal V2 = V2_untested.castAs<DefinedSVal>();

Completed in 97 milliseconds