Lines Matching refs:getAllocationFamily
82 AllocationFamily getAllocationFamily() const { in getAllocationFamily() function in __anone8977cbd0111::RefState
96 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
105 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
246 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
1199 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, in getAllocationFamily() function in MallocChecker
1286 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1392 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1411 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr); in FreeMemAux()
1449 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux()
1450 : getAllocationFamily(C, ParentExpr); in FreeMemAux()
1496 return getCheckIfTracked(getAllocationFamily(C, AllocDeallocStmt), in getCheckIfTracked()
1508 return getCheckIfTracked(RS->getAllocationFamily(), IsALeakCheck); in getCheckIfTracked()
1711 printExpectedDeallocName(os, RS->getAllocationFamily()); in ReportMismatchedDealloc()
2067 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
2370 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
2549 return (RS->getAllocationFamily() == AF_CXXNewArray || in checkIfNewOrNewArrayFamily()
2550 RS->getAllocationFamily() == AF_CXXNew); in checkIfNewOrNewArrayFamily()
2714 AllocationFamily Family = RefS->getAllocationFamily(); in printState()