Home | History | Annotate | Download | only in Checkers

Lines Matching defs:VR

96   } else if (const auto *VR = dyn_cast<VarRegion>(R)) {
97 os << "stack memory associated with local variable '" << VR->getString()
99 range = VR->getDecl()->getSourceRange();
318 const MemRegion *VR = Val.getAsRegion();
319 if (VR && isa<StackSpaceRegion>(VR->getMemorySpace()) &&
320 !isArcManagedBlock(VR, Ctx) && !isNotInCurrentFrame(VR, Ctx))
321 V.emplace_back(Region, VR);
357 const VarRegion *VR = cast<VarRegion>(P.first->getBaseRegion());
358 Out << *VR->getDecl()