Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp115 struct AllocationFamily { struct
116 AllocationFamilyKind Kind;
117 std::optional<StringRef> CustomName;
119 explicit AllocationFamily(AllocationFamilyKind AKind, in AllocationFamily() function
132 bool operator==(const AllocationFamily &Other) const { in operator ==()
136 bool operator!=(const AllocationFamily &Other) const { in operator !=()
140 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()