• Home
  • Raw
  • Download

Lines Matching refs:Family

68   unsigned Family : 29; // Rest of 32-bit word, currently just an allocation  member in __anon9d32c3be0111::RefState
72 : S(s), K(k), Family(family) { in RefState()
82 return (AllocationFamily)Family; in getAllocationFamily()
87 return K == X.K && S == X.S && Family == X.Family; in operator ==()
110 ID.AddInteger(Family); in Profile()
257 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
265 AllocationFamily Family,
282 AllocationFamily Family = AF_Malloc);
286 AllocationFamily Family = AF_Malloc);
297 AllocationFamily Family = AF_Malloc);
355 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
566 AllocationFamily Family, in isCMemFunction() argument
580 if (Family == AF_Malloc && CheckFree) { in isCMemFunction()
585 if (Family == AF_Malloc && CheckAlloc) { in isCMemFunction()
592 if (Family == AF_IfNameIndex && CheckFree) { in isCMemFunction()
597 if (Family == AF_IfNameIndex && CheckAlloc) { in isCMemFunction()
602 if (Family == AF_Alloca && CheckAlloc) { in isCMemFunction()
608 if (Family != AF_Malloc) in isCMemFunction()
1064 AllocationFamily Family) { in MallocMemAux() argument
1069 Init, State, Family); in MallocMemAux()
1076 AllocationFamily Family) { in MallocMemAux() argument
1113 return MallocUpdateRefState(C, CE, State, Family); in MallocMemAux()
1119 AllocationFamily Family) { in MallocUpdateRefState() argument
1134 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
1278 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName() local
1280 switch(Family) { in printExpectedAllocName()
1291 AllocationFamily Family) const { in printExpectedDeallocName()
1292 switch(Family) { in printExpectedDeallocName()
1441 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux() local
1446 RefState::getRelinquished(Family, in FreeMemAux()
1450 RefState::getReleased(Family, ParentExpr)); in FreeMemAux()
1454 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked() argument
1456 switch (Family) { in getCheckIfTracked()
2059 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak() local
2061 if (Family == AF_Alloca) in reportLeak()
2065 CheckKind = getCheckIfTracked(Family, true); in reportLeak()
2696 AllocationFamily Family = RefS->getAllocationFamily(); in printState() local
2697 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family); in printState()
2699 CheckKind = getCheckIfTracked(Family, true); in printState()