Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp175 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
680 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
688 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
899 if (isReleasedByCIFilterDealloc(PropImpl)) in getDeallocReleaseRequirement()
1038 bool ObjCDeallocChecker::isReleasedByCIFilterDealloc( in isReleasedByCIFilterDealloc() function in ObjCDeallocChecker