Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp143 case Intrinsic::objc_copyWeak: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp99 case Intrinsic::objc_copyWeak: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h155 llvm::Function *objc_copyWeak; member
H A DCGObjC.cpp2629 CGM.getObjCEntrypoints().objc_copyWeak, in EmitARCCopyWeak()
2630 llvm::Intrinsic::objc_copyWeak); in EmitARCCopyWeak()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2389 .. _arc.runtime.objc_copyWeak:
2391 ``void objc_copyWeak(id *dest, id *src);``
2403 void objc_copyWeak(id *dest, id *src) {
2505 case this call is equivalent to :ref:`objc_copyWeak
2506 <arc.runtime.objc_copyWeak>`, or it may be left as null.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4163 {"objc_copyWeak", llvm::Intrinsic::objc_copyWeak}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst21867 Lowers to a call to `objc_copyWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#voi…