reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   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 = escapeValue(state, LeftV, PSK_EscapeOther);
  133     SVal location = LeftV;