Lines Matching defs:Family
62 unsigned Family : 30; // Rest of 32-bit word, currently just an allocation
66 : S(s), K(k), Family(family) {
75 return (AllocationFamily)Family;
80 return K == X.K && S == X.S && Family == X.Family;
99 ID.AddInteger(Family);
227 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
243 AllocationFamily Family = AF_Malloc) {
246 Init, State, Family);
252 AllocationFamily Family = AF_Malloc);
257 AllocationFamily Family = AF_Malloc);
305 bool isTrackedByCurrentChecker(AllocationFamily Family) const;
749 AllocationFamily Family) {
784 return MallocUpdateRefState(C, CE, State, Family);
790 AllocationFamily Family) {
802 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E));
935 AllocationFamily Family = getAllocationFamily(C, E);
937 switch(Family) {
946 AllocationFamily Family) const {
947 switch(Family) {
1079 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily()
1084 RefState::getRelinquished(Family,
1088 RefState::getReleased(Family, ParentExpr));
1091 bool MallocChecker::isTrackedByCurrentChecker(AllocationFamily Family) const {
1092 switch (Family) {
1572 AllocationFamily Family = RS->getAllocationFamily();
1573 if (!isTrackedByCurrentChecker(Family))
1578 if (Family == AF_CXXNew || Family == AF_CXXNewArray)