Searched refs:AllocationFamily (Results 1 – 1 of 1) sorted by relevance
106 enum AllocationFamily { enum125 static void printExpectedAllocName(raw_ostream &os, AllocationFamily Family);129 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);157 AllocationFamily Family;159 RefState(Kind k, const Stmt *s, AllocationFamily family) in RefState()170 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily()177 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated()184 static RefState getReleased(AllocationFamily family, const Stmt *s) { in getReleased()187 static RefState getRelinquished(AllocationFamily family, const Stmt *s) { in getRelinquished()226 AllocationFamily Family,[all …]