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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp58 SVal LeftV = state->getSVal(LHS, LCtx); local
73 SVal ExprVal = B->isGLValue() ? LeftV : RightV;
75 LeftV, RightV);
87 RightV, LeftV, RHS, svalBuilder, Count, LCtx);
88 LeftV = conjureOffsetSymbolOnLocation(
89 LeftV, RightV, LHS, svalBuilder, Count, LCtx);
100 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType());
105 state = escapeValues(state, LeftV, PSK_EscapeOther);
133 SVal location = LeftV;

Completed in 105 milliseconds