Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp159 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily() function in __anon0cb0310f0211::RefState
171 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
180 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
1790 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
2116 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()
2531 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak()
3085 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
3086 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
3211 const auto Family = RSCurr->getAllocationFamily(); in VisitNode()
3331 assert(RSCurr->getAllocationFamily() == AF_InnerBuffer); in VisitNode()
[all …]