Home
last modified time | relevance | path

Searched refs:AllocationFamily (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp95 enum AllocationFamily { enum
114 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 …]