Home
last modified time | relevance | path

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

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