Home
last modified time | relevance | path

Searched refs:getAllocationFamily (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anon5ae12f910211::RefState
182 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h131 std::optional<StringRef> getAllocationFamily(const Value *I,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2711 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()
2801 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()
2808 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp512 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily() function in llvm