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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  642   void evalLoad(ExplodedNodeSet &Dst,

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2632         evalLoad(Tmp, M, M, I, state, L);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  134     evalLoad(Tmp, B, LHS, *it, state, location);
  313       evalLoad(Dst, CastE, CastE, subExprNode, state, state->getSVal(Ex, LCtx));
 1073   evalLoad(Tmp, U, Ex, Pred, state, loc);