Home
last modified time | relevance | path

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

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