Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3353 static bool isReferenceCountingPointerDestructor(const CXXDestructorDecl *DD) { in isReferenceCountingPointerDestructor() function
3474 if (isReferenceCountingPointerDestructor(DD)) { in VisitNode()