Searched refs:getAllocationFamily (Results 1 – 1 of 1) sorted by relevance
84 AllocationFamily getAllocationFamily() const { in getAllocationFamily() function in __anon98725bea0111::RefState98 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 …]