Lines Matching defs:MemRegion
177 if (const MemRegion *MR = (*CE)->getArgSVal(Idx).getAsRegion())
336 RefLeakReportVisitor(SymbolRef Sym, const MemRegion *LastBinding)
344 const MemRegion *LastBinding;
605 static std::optional<std::string> describeRegion(const MemRegion *MR) {
613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>;
624 bool HandleBinding(StoreManager &SMgr, Store Store, const MemRegion *R,
658 const MemRegion *R;
661 const MemRegion *InR,
671 const MemRegion *FirstBinding = nullptr;
689 const MemRegion *R = FB.getRegion();
965 [this](const std::pair<const MemRegion *, SVal> Binding) {