Lines Matching refs:AllocationFamily
43 enum AllocationFamily { enum
84 AllocationFamily getAllocationFamily() const { in getAllocationFamily()
85 return (AllocationFamily)Family; in getAllocationFamily()
265 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
279 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
287 AllocationFamily Family,
312 AllocationFamily Family = AF_Malloc);
316 AllocationFamily Family = AF_Malloc);
332 AllocationFamily Family = AF_Malloc,
397 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
645 AllocationFamily Family, in isCMemFunction()
1237 AllocationFamily Family) { in MallocMemAux()
1248 AllocationFamily Family) { in MallocMemAux()
1291 AllocationFamily Family, in MallocUpdateRefState()
1367 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, in getAllocationFamily()
1454 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1468 AllocationFamily Family) const { in printExpectedDeallocName()
1624 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux()
1637 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
1978 AllocationFamily AF = in ReportUseAfterFree()
2291 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
3061 AllocationFamily Family = RefS->getAllocationFamily(); in printState()
3082 AllocationFamily Family = AF_InnerBuffer; in markReleased()