Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp115 struct AllocationFamily { struct
119 explicit AllocationFamily(AllocationFamilyKind AKind, in AllocationFamily() function
132 bool operator==(const AllocationFamily &Other) const { in operator ==() argument
136 bool operator!=(const AllocationFamily &Other) const { in operator !=() argument
157 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 …]