Searched refs:getAllocationFamily (Results 1 – 4 of 4) sorted by relevance
169 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anonac89c38b0211::RefState181 RS->getAllocationFamily()); in getAllocatedOfSizeZero()190 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()2002 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()2328 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()2745 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak()3301 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()3302 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()3427 const auto Family = RSCurr->getAllocationFamily(); in VisitNode()3547 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer); in VisitNode()[all …]
126 Optional<StringRef> getAllocationFamily(const Value *I,
529 Optional<StringRef> llvm::getAllocationFamily(const Value *I, in getAllocationFamily() function in llvm
2735 const Optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()2805 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()2812 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()