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,
659 const MemRegion *R;
662 const MemRegion *InR,
672 const MemRegion *FirstBinding = nullptr;
690 const MemRegion *R = FB.getRegion();
966 [this](const std::pair<const MemRegion *, SVal> Binding) {