Home
last modified time | relevance | path

Searched refs:objc_unsafeClaimAutoreleasedReturnValue (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h92 UnsafeClaimRV, Intrinsic::objc_unsafeClaimAutoreleasedReturnValue); in get()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp200 case Intrinsic::objc_unsafeClaimAutoreleasedReturnValue: in lowerIntrinsics()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp129 case Intrinsic::objc_unsafeClaimAutoreleasedReturnValue: in GetFunctionClass()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIntrinsicInst.cpp56 case Intrinsic::objc_unsafeClaimAutoreleasedReturnValue: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4638 llvm::Intrinsic::objc_unsafeClaimAutoreleasedReturnValue}, in UpgradeARCRuntime()
H A DVerifier.cpp6270 IID == Intrinsic::objc_unsafeClaimAutoreleasedReturnValue), in verifyAttachedCallBundle()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h201 llvm::Function *objc_unsafeClaimAutoreleasedReturnValue; member
H A DCGObjC.cpp2403 : EPs.objc_unsafeClaimAutoreleasedReturnValue; in emitOptimizedARCReturnCall()
2406 : llvm::Intrinsic::objc_unsafeClaimAutoreleasedReturnValue; in emitOptimizedARCReturnCall()
/openbsd-src/gnu/llvm/clang/docs/
H A DAutomaticReferenceCounting.rst2384 :ref:`objc_unsafeClaimAutoreleasedReturnValue
2385 <arc.runtime.objc_unsafeClaimAutoreleasedReturnValue>`) for the same object in
2644 .. _arc.runtime.objc_unsafeClaimAutoreleasedReturnValue:
2646 ``id objc_unsafeClaimAutoreleasedReturnValue(id value);``
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst2647 ``@objc_unsafeClaimAutoreleasedReturnValue``).
2657 call ptr @foo() [ "clang.arc.attachedcall"(ptr @objc_unsafeClaimAutoreleasedReturnValue) ]