Searched refs:AllocationFamily (Results 1 – 1 of 1) sorted by relevance
95 enum AllocationFamily { enum114 static void printExpectedAllocName(raw_ostream &os, AllocationFamily Family);118 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);146 AllocationFamily Family;148 RefState(Kind k, const Stmt *s, AllocationFamily family) in RefState()159 AllocationFamily getAllocationFamily() const { return Family; } in getAllocationFamily()166 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated()173 static RefState getReleased(AllocationFamily family, const Stmt *s) { in getReleased()176 static RefState getRelinquished(AllocationFamily family, const Stmt *s) { in getRelinquished()215 AllocationFamily Family,[all …]