Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1869 auto attrClassName = Att->getModule()->getName(); in MallocMemReturnsAttr() local
1870 auto Family = AllocationFamily(AF_Custom, attrClassName); in MallocMemReturnsAttr()
2033 auto attrClassName = Att->getModule()->getName(); in FreeMemAttr() local
2034 auto Family = AllocationFamily(AF_Custom, attrClassName); in FreeMemAttr()