Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp112 AF_Custom, enumerator
122 assert((Kind != AF_Custom || CustomName.has_value()) && in AllocationFamily()
126 if (Kind == AF_Custom && CustomName.value() == "malloc") { in AllocationFamily()
143 if (Kind == AF_Custom) in Profile()
1870 auto Family = AllocationFamily(AF_Custom, attrClassName); in MallocMemReturnsAttr()
2034 auto Family = AllocationFamily(AF_Custom, attrClassName); in FreeMemAttr()
2161 case AF_Custom: in printExpectedAllocName()
2187 case AF_Custom: in printExpectedDeallocName()
2384 case AF_Custom: in getRelevantFrontendAs()
3689 case AF_Custom: in VisitNode()