Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp157 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
213 if (getDeallocReleaseRequirement(I) == ReleaseRequirement::MustRelease) { in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
286 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
659 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseExtraRelease()
736 if (getDeallocReleaseRequirement(PropImpl) != in diagnoseMistakenDealloc()
876 ReleaseRequirement ObjCDeallocChecker::getDeallocReleaseRequirement( in getDeallocReleaseRequirement() function in ObjCDeallocChecker