Searched refs:objc_storeWeak (Results 1 – 8 of 8) sorted by relevance
197 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
2310 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`,2409 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.2425 objc_storeWeak(object, nil);2428 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on2448 return objc_storeWeak(object, value);2453 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on2475 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.2494 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.2510 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.2628 .. _arc.runtime.objc_storeWeak:[all …]
55 case Intrinsic::objc_storeWeak: in mayLowerToFunctionCall()
4636 {"objc_storeWeak", llvm::Intrinsic::objc_storeWeak}, in UpgradeARCRuntime()
198 llvm::Function *objc_storeWeak; member
2633 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak()2634 llvm::Intrinsic::objc_storeWeak, ignored); in EmitARCStoreWeak()
26538 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#ar…