Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp175 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
688 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
696 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
903 if (isReleasedByCIFilterDealloc(PropImpl)) in getDeallocReleaseRequirement()
1039 bool ObjCDeallocChecker::isReleasedByCIFilterDealloc( in isReleasedByCIFilterDealloc() function in ObjCDeallocChecker