Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp181 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
688 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
696 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
890 if (isReleasedByCIFilterDealloc(PropImpl)) in getDeallocReleaseRequirement()
1029 bool ObjCDeallocChecker::isReleasedByCIFilterDealloc( in isReleasedByCIFilterDealloc() function in ObjCDeallocChecker