Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
HDObjCRetainCount.h30 namespace ento { namespace objc_retain {
/NextBSD/lib/libdispatch/src/
HDobject.m153 (void (*)(const void *))&objc_retain,
198 return objc_retain(obj);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h196 llvm::Constant *objc_retain; member
HDCGCall.cpp2161 if (call->getCalledValue() == CGF.CGM.getARCEntrypoints().objc_retain) { in tryEmitFusedAutoreleaseOfResult()
2226 retainCall->getCalledValue() != CGF.CGM.getARCEntrypoints().objc_retain) in tryRemoveRetainOfSelf()
HDCGObjC.cpp1935 CGM.getARCEntrypoints().objc_retain, in EmitARCRetainNonBlock()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp45 using namespace objc_retain;
3996 namespace clang { namespace ento { namespace objc_retain { namespace
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp39 using namespace ento::objc_retain;