Searched refs:getAllocationFamily (Results 1 – 4 of 4) sorted by relevance
170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anona3f378d70211::RefState182 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()[all …]
131 std::optional<StringRef> getAllocationFamily(const Value *I,
500 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily() function in llvm
2749 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()2819 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()2826 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()