Lines Matching refs:getAllocationFamily
84 AllocationFamily getAllocationFamily() const { in getAllocationFamily() function in __anon98725bea0111::RefState
98 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
107 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
265 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
494 (!Stmt && S->getAllocationFamily() == AF_InnerBuffer)); in isReleased()
1367 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, in getAllocationFamily() function in MallocChecker
1454 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1562 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1581 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr); in FreeMemAux()
1624 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux()
1625 : getAllocationFamily(C, ParentExpr); in FreeMemAux()
1675 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt), in getCheckIfTracked()
1687 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
1890 printExpectedDeallocName(os, RS->getAllocationFamily()); in ReportMismatchedDealloc()
1979 C.getState()->get<RegionState>(Sym)->getAllocationFamily(); in ReportUseAfterFree()
2291 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
2606 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
2790 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
2791 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
2883 if (!S && (!RS || RS->getAllocationFamily() != AF_InnerBuffer)) in VisitNode()
2923 const auto Family = RS->getAllocationFamily(); in VisitNode()
3038 assert(RS->getAllocationFamily() == AF_InnerBuffer); in VisitNode()
3061 AllocationFamily Family = RefS->getAllocationFamily(); in printState()