Lines Matching refs:getAllocationFamily

159   AllocationFamily getAllocationFamily() const { return Family; }  in getAllocationFamily()  function in __anon0cb0310f0211::RefState
171 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
180 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
785 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer)); in isReleased()
1790 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1808 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family; in FreeMemAux()
1853 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family)); in FreeMemAux()
1908 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2116 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()
2208 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in HandleUseAfterFree()
2531 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak()
2892 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
3085 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
3086 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
3171 if (!S && (!RSCurr || RSCurr->getAllocationFamily() != AF_InnerBuffer)) in VisitNode()
3211 const auto Family = RSCurr->getAllocationFamily(); in VisitNode()
3331 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer); in VisitNode()
3356 AllocationFamily Family = RefS->getAllocationFamily(); in printState()