Searched refs:getAllocationFamily (Results 1 – 4 of 4) sorted by relevance
170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anon5ae12f910211::RefState182 RS->getAllocationFamily()); in getAllocatedOfSizeZero()191 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()1996 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()2324 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()2741 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak()3297 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()3298 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()3419 const auto Family = RSCurr->getAllocationFamily(); in VisitNode()3540 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer); in VisitNode()[all …]
131 std::optional<StringRef> getAllocationFamily(const Value *I,
2711 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()2801 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()2808 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()
512 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily() function in llvm