Lines Matching defs:getAllocationFamily
170 AllocationFamily getAllocationFamily() const { return Family; }
182 RS->getAllocationFamily());
191 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
902 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer));
2044 if (RsBase->getAllocationFamily() == AF_Alloca) {
2062 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family;
2107 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family));
2162 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck);
2372 printExpectedDeallocName(os, RS->getAllocationFamily());
2464 C.getState()->get<RegionState>(Sym)->getAllocationFamily();
2789 AllocationFamily Family = RS->getAllocationFamily();
3154 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt()));
3352 return (RS->getAllocationFamily() == AF_CXXNewArray ||
3353 RS->getAllocationFamily() == AF_CXXNew);
3434 if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer))
3485 const auto Family = RSCurr->getAllocationFamily();
3606 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer);
3631 AllocationFamily Family = RefS->getAllocationFamily();