Lines Matching refs:AllocationFamily
42 enum AllocationFamily { enum
82 AllocationFamily getAllocationFamily() const { in getAllocationFamily()
83 return (AllocationFamily)Family; in getAllocationFamily()
246 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
260 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
268 AllocationFamily Family,
285 AllocationFamily Family = AF_Malloc);
289 AllocationFamily Family = AF_Malloc);
300 AllocationFamily Family = AF_Malloc);
358 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
575 AllocationFamily Family, in isCMemFunction()
1072 AllocationFamily Family) { in MallocMemAux()
1084 AllocationFamily Family) { in MallocMemAux()
1127 AllocationFamily Family) { in MallocUpdateRefState()
1199 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, in getAllocationFamily()
1286 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1299 AllocationFamily Family) const { in printExpectedDeallocName()
1449 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux()
1462 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
2067 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
2714 AllocationFamily Family = RefS->getAllocationFamily(); in printState()