Searched refs:getAllocationFamily (Results 1 – 4 of 4) sorted by relevance
170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anon0957485b0211::RefState182 RS->getAllocationFamily()); in getAllocatedOfSizeZero()191 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()902 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer)); in isReleased()2044 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()2062 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family; in FreeMemAux()2107 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family)); in FreeMemAux()2162 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()2372 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()2464 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in HandleUseAfterFree()[all …]
131 std::optional<StringRef> getAllocationFamily(const Value *I,
512 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily() function in llvm
3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()3206 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()3213 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()