Searched refs:LeftV (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 59 SVal LeftV = state->getSVal(LHS, LCtx); in VisitBinaryOperator() local 74 SVal ExprVal = B->isGLValue() ? LeftV : RightV; in VisitBinaryOperator() 76 LeftV, RightV); in VisitBinaryOperator() 88 RightV, LeftV, getCFGElementRef(), RHS->getType(), svalBuilder, in VisitBinaryOperator() 90 LeftV = conjureOffsetSymbolOnLocation(LeftV, RightV, getCFGElementRef(), in VisitBinaryOperator() 103 SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType()); in VisitBinaryOperator() 108 state = escapeValues(state, LeftV, PSK_EscapeOther); in VisitBinaryOperator() 136 SVal location = LeftV; in VisitBinaryOperator()
|