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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2691   if (!MR || !MR->hasStackStorage())
 2691   if (!MR || !MR->hasStackStorage())
 2695   if (const auto *VR = dyn_cast<VarRegion>(MR->getBaseRegion()))
 2706   SVal StoredVal = State->getSVal(MR);
 2708     if (State == (State->bindLoc(loc::MemRegionVal(MR), Val, LCtx)))