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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
 1069   SVal loc = state->getSVal(Ex, LCtx);
 1073   evalLoad(Tmp, U, Ex, Pred, state, loc);
 1081     SVal V2_untested = state->getSVal(Ex, LCtx);
 1090       evalStore(Dst3, U, Ex, *I, state, loc, V2_untested);
 1158     evalStore(Dst3, U, Ex, *I, state, loc, Result);