Lines Matching defs:Family

68   unsigned Family : 29; // Rest of 32-bit word, currently just an allocation
72 : S(s), K(k), Family(family) {
82 return (AllocationFamily)Family;
87 return K == X.K && S == X.S && Family == X.Family;
110 ID.AddInteger(Family);
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,
580 if (Family == AF_Malloc && CheckFree) {
585 if (Family == AF_Malloc && CheckAlloc) {
592 if (Family == AF_IfNameIndex && CheckFree) {
597 if (Family == AF_IfNameIndex && CheckAlloc) {
602 if (Family == AF_Alloca && CheckAlloc) {
608 if (Family != AF_Malloc)
1061 AllocationFamily Family) {
1066 Init, State, Family);
1073 AllocationFamily Family) {
1110 return MallocUpdateRefState(C, CE, State, Family);
1116 AllocationFamily Family) {
1131 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E));
1275 AllocationFamily Family = getAllocationFamily(C, E);
1277 switch(Family) {
1288 AllocationFamily Family) const {
1289 switch(Family) {
1438 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily()
1443 RefState::getRelinquished(Family,
1447 RefState::getReleased(Family, ParentExpr));
1451 MallocChecker::getCheckIfTracked(AllocationFamily Family,
1453 switch (Family) {
2056 AllocationFamily Family = RS->getAllocationFamily();
2058 if (Family == AF_Alloca)
2062 CheckKind = getCheckIfTracked(Family, true);
2703 AllocationFamily Family = RefS->getAllocationFamily();
2704 Optional<MallocChecker::CheckKind> CheckKind = getCheckIfTracked(Family);
2706 CheckKind = getCheckIfTracked(Family, true);