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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   58     SVal LeftV = state->getSVal(LHS, LCtx);
   74       evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
   89             LeftV, RightV, LHS, svalBuilder, Count, LCtx);
   96         state = createTemporaryRegionIfNeeded(state, LCtx, LHS);
  134     evalLoad(Tmp, B, LHS, *it, state, location);
  141       SVal V = state->getSVal(LHS, LCtx);
  152       QualType LTy = getContext().getCanonicalType(LHS->getType());
  188       evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);