Lines Matching refs:getAllocationFamily
170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anona3f378d70211::RefState
182 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
191 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
978 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer)); in isReleased()
1991 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
2009 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family; in FreeMemAux()
2054 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family)); in FreeMemAux()
2109 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2319 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()
2411 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in HandleUseAfterFree()
2736 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak()
3099 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
3292 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
3293 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
3378 if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer)) in VisitNode()
3418 const auto Family = RSCurr->getAllocationFamily(); in VisitNode()
3538 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer); in VisitNode()
3563 AllocationFamily Family = RefS->getAllocationFamily(); in printState()