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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2587           state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr);
 2587           state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr);
 2590         state = state->BindExpr(M, LCtx, MDVal);
 2590         state = state->BindExpr(M, LCtx, MDVal);
 2592         Bldr.generateNode(M, I, state);
 2598       state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr,
 2598       state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr,
 2602           MR ? loc::MemRegionVal(MR) : state->getSVal(BaseExpr, LCtx);
 2605       SVal L = state->getLValue(field, baseExprVal);
 2623             L = state->getSVal(R);
 2628         Bldr.generateNode(M, I, state->BindExpr(M, LCtx, L), nullptr,
 2632         evalLoad(Tmp, M, M, I, state, L);