Lines Matching defs:getAllocationFamily
204 AllocationFamily getAllocationFamily() const { return Family; }
216 RS->getAllocationFamily());
225 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
981 (!Stmt && RSCurr->getAllocationFamily().Kind == AF_InnerBuffer));
2240 if (RsBase->getAllocationFamily().Kind == AF_Alloca) {
2258 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family;
2303 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family));
2369 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
2579 printExpectedDeallocName(os, RS->getAllocationFamily());
2673 C.getState()->get<RegionState>(Sym)->getAllocationFamily();
3000 AllocationFamily Family = RS->getAllocationFamily();
3374 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt()));
3572 return (RS->getAllocationFamily().Kind == AF_CXXNewArray ||
3573 RS->getAllocationFamily().Kind == AF_CXXNew);
3654 if (!S && (!RSCurr || RSCurr->getAllocationFamily().Kind != AF_InnerBuffer))
3712 const auto Family = RSCurr->getAllocationFamily();
3854 assert(RSCurr->getAllocationFamily().Kind == AF_InnerBuffer);
3879 AllocationFamily Family = RefS->getAllocationFamily();