Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp152 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
208 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
281 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
653 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()
730 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()
887 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker