Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h95 Intrinsic::objc_retainAutorelease); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp167 case Intrinsic::objc_retainAutorelease: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp115 case Intrinsic::objc_retainAutorelease: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h180 llvm::Function *objc_retainAutorelease; member
H A DCGObjC.cpp2551 CGM.getObjCEntrypoints().objc_retainAutorelease, in EmitARCRetainAutoreleaseNonBlock()
2552 llvm::Intrinsic::objc_retainAutorelease); in EmitARCRetainAutoreleaseNonBlock()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2533 .. _arc.runtime.objc_retainAutorelease:
2535 ``id objc_retainAutorelease(id value);``
2546 id objc_retainAutorelease(id value) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4171 {"objc_retainAutorelease", llvm::Intrinsic::objc_retainAutorelease}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst21979 Lowers to a call to `objc_retainAutorelease <https://clang.llvm.org/docs/AutomaticReferenceCounting…