Home
last modified time | relevance | path

Searched defs:Retain (Results 126 – 150 of 541) sorted by relevance

12345678910>>...22

/dports/devel/llvm70/llvm-7.0.1.src/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Buffers/
H A DOwnedMemory.cs87 public abstract void Retain(); in Retain() method in System.Buffers.OwnedMemory
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
164 CallInst *Retain = nullptr; in contractAutorelease() local
311 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
398 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
164 CallInst *Retain = nullptr; in contractAutorelease() local
311 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
398 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp125 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
168 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local
299 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
386 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
164 CallInst *Retain = nullptr; in contractAutorelease() local
311 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
398 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp125 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
168 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local
299 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
386 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp119 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
162 CallInst *Retain = nullptr; in contractAutorelease() local
309 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
396 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFNumber.h79 void Retain() { if(mWillRelease && (mCFBoolean != NULL)) { CFRetain(mCFBoolean); } } in Retain() function
123 void Retain() { if(mWillRelease && (mCFNumber != NULL)) { CFRetain(mCFNumber); } } in Retain() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp127 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
169 CallInst *Retain = nullptr; in contractAutorelease() local
316 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
403 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/dports/devel/upp/upp/uppsrc/Esc/
H A DEsc.h120 void Retain() { AtomicInc(refcount); } in Retain() function
128 void Retain() { AtomicInc(refcount); } in Retain() function
137 void Retain() { AtomicInc(refcount); } in Retain() function
147 void Retain() { AtomicInc(refcount); } in Retain() function
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h24 void Retain() { m_iRef++; } in Retain() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/include/
H A Dfpdfxfa_page.h24 void Retain() { m_iRef++; } in Retain() function
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/
H A DCACFString.h75 void Retain() { if(mWillRelease && (mCFString != NULL)) { CFRetain(mCFString); } } in Retain() function
130 void Retain() { if(mWillRelease && (mCFMutableString != NULL)) { CFRetain(mCFMutableString); } } in Retain() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/Memory/
H A DCustomMemoryForTest.cs75 public override void Retain() in Retain() method in System.MemoryTests.CustomMemoryForTest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Buffers/
H A DNativeOwnedMemory.cs84 public override void Retain() in Retain() method in System.Buffers.NativeOwnedMemory
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dcfx_shared_copy_on_write.h66 void Retain() { m_RefCount++; } in Retain() function
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/
H A Dsettings.h30 Retain, //!< Keep the current state enumerator
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/pb/
H A Dpiecestore2_drpc.pb.go49 Retain(ctx context.Context, in *RetainRequest) (*RetainResponse, error) methodSpec
146 func (c *drpcPiecestoreClient) Retain(ctx context.Context, in *RetainRequest) (*RetainResponse, err… func
169 Retain(context.Context, *RetainRequest) (*RetainResponse, error) methodSpec
191 func (s *DRPCPiecestoreUnimplementedServer) Retain(context.Context, *RetainRequest) (*RetainRespons… func
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/pb/
H A Dpiecestore2_drpc.pb.go49 Retain(ctx context.Context, in *RetainRequest) (*RetainResponse, error) methodSpec
157 func (c *drpcPiecestoreClient) Retain(ctx context.Context, in *RetainRequest) (*RetainResponse, err… func
180 Retain(context.Context, *RetainRequest) (*RetainResponse, error) methodSpec
202 func (s *DRPCPiecestoreUnimplementedServer) Retain(context.Context, *RetainRequest) (*RetainRespons… func
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/scalar/
H A Dnested.go34 Retain() methodSpec
43 func (l *List) Retain() { l.Value.Retain() } func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/internal/arrjson/
H A Dreader.go67 func (r *Reader) Retain() { func
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/internal/arrjson/
H A Dreader.go64 func (r *Reader) Retain() { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dretained_tree_node.h66 void Retain() { ++m_nRefCount; } in Retain() function

12345678910>>...22