Searched refs:objc_storeWeak (Results 1 – 7 of 7) sorted by relevance
182 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
2310 :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`` on2446 return objc_storeWeak(object, value);2451 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on2473 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 …]
202 llvm::Function *objc_storeWeak; member
2576 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak()2577 llvm::Intrinsic::objc_storeWeak, ignored); in EmitARCStoreWeak()
4178 {"objc_storeWeak", llvm::Intrinsic::objc_storeWeak}, in UpgradeARCRuntime()
22049 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#ar…