Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp84 AllocationFamily getAllocationFamily() const { in getAllocationFamily() function in __anon98725bea0111::RefState
98 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
1454 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1562 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1581 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr); in FreeMemAux()
2291 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
2790 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
2791 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
2923 const auto Family = RS->getAllocationFamily(); in VisitNode()
3038 assert(RS->getAllocationFamily() == AF_InnerBuffer); in VisitNode()
[all …]