Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp182 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2310 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`,
2407 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2423 objc_storeWeak(object, nil);
2426 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2446 return objc_storeWeak(object, value);
2451 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2473 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2492 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2508 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2626 .. _arc.runtime.objc_storeWeak:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h202 llvm::Function *objc_storeWeak; member
H A DCGObjC.cpp2576 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak()
2577 llvm::Intrinsic::objc_storeWeak, ignored); in EmitARCStoreWeak()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4178 {"objc_storeWeak", llvm::Intrinsic::objc_storeWeak}, in UpgradeARCRuntime()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst22049 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#ar…