Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anona3f378d70211::RefState
182 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
191 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
978 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer)); in isReleased()
1991 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
2009 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family; in FreeMemAux()
2054 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family)); in FreeMemAux()
2109 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2319 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()
2411 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in HandleUseAfterFree()
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryBuiltins.h131 std::optional<StringRef> getAllocationFamily(const Value *I,
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp500 llvm::getAllocationFamily(const Value *I, const TargetLibraryInfo *TLI) { in getAllocationFamily() function in llvm
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2749 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable()
2819 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()
2826 getAllocationFamily(I, &TLI) == Family) { in isAllocSiteRemovable()