Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3145 static bool isReferenceCountingPointerDestructor(const CXXDestructorDecl *DD) { in isReferenceCountingPointerDestructor() function
3264 if (isReferenceCountingPointerDestructor(DD)) { in VisitNode()