Lines Matching defs:VR
95 } else if (const auto *VR = dyn_cast<VarRegion>(R)) {
96 os << "stack memory associated with local variable '" << VR->getString()
98 range = VR->getDecl()->getSourceRange();
460 const MemRegion *VR = Val.getAsRegion();
461 if (!VR)
464 if (checkForDanglingStackVariable(Region, VR))
471 if (VR && VR->hasStackStorage() && !isNotInCurrentFrame(VR, Ctx))
472 V.emplace_back(Region, VR);