Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
207 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
280 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
651 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()
728 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()
885 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker