Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp159 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anon093a02e60211::RefState
171 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
180 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
785 (!Stmt && RSCurr->getAllocationFamily() == AF_InnerBuffer)); in isReleased()
1790 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1808 bool DeallocMatchesAlloc = RsBase->getAllocationFamily() == Family; in FreeMemAux()
1853 assert(!RsBase || (RsBase && RsBase->getAllocationFamily() == Family)); in FreeMemAux()
1908 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
2116 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()
2208 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in HandleUseAfterFree()
[all …]