Searched refs:AllocationFamily (Results 1 – 1 of 1) sorted by relevance
115 struct AllocationFamily { struct119 explicit AllocationFamily(AllocationFamilyKind AKind, in AllocationFamily() function132 bool operator==(const AllocationFamily &Other) const { in operator ==() argument136 bool operator!=(const AllocationFamily &Other) const { in operator !=() argument157 static void printExpectedAllocName(raw_ostream &os, AllocationFamily Family);161 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);189 AllocationFamily Family;191 RefState(Kind k, const Stmt *s, AllocationFamily family) in RefState()202 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily()209 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated()[all …]