Home
last modified time | relevance | path

Searched defs:Retain (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h48 void Retain() const { ++ref_cnt; } in Retain() function
74 void Retain() const { ++ref_cnt; } in Retain() function
105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h51 void Retain() const { ++ref_cnt; } in Retain() function
76 void Retain() const { ++ref_cnt; } in Retain() function
107 void Retain() const { ++RefCount; } in Retain() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DIntrusiveRefCntPtr.h50 void Retain() const { ++ref_cnt; } in Retain() function
72 void Retain() const { ++ref_cnt; } in Retain() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h78 void Retain() const { ++RefCount; } in Retain() function
95 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
154 CallInst *Retain = nullptr; in contractAutorelease() local
298 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
358 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
DARCRuntimeEntryPoints.h33 Retain, enumerator
110 Constant *Retain; variable
DObjCARCOpts.cpp1750 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local
1989 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, in HasSafePathToPredecessorCall()
2023 auto *Retain = dyn_cast_or_null<CallInst>(*DepInsts.begin()); in FindPredecessorRetainWithSafePath() local
2097 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h44 Retain, enumerator
114 Constant *Retain = nullptr; variable
DObjCARCContract.cpp116 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
159 CallInst *Retain = nullptr; in contractAutorelease() local
306 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
385 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
DObjCARCOpts.cpp1569 Instruction *Retain, in PairUpRetainsAndReleases()
1780 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local
2011 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, in HasSafePathToPredecessorCall()
2045 auto *Retain = dyn_cast_or_null<CallInst>(*DepInsts.begin()); in FindPredecessorRetainWithSafePath() local
2118 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property
/external/pdfium/core/fxcrt/
Dretain_ptr.h101 void Retain() { ++m_nRefCount; } in Retain() function
Dweak_ptr.h68 T* Retain() { in Retain() function
Dstring_data_template.h56 void Retain() { ++m_nRefs; } in Retain() function
Dretain_ptr_unittest.cpp18 void Retain() { ++retain_count_; } in Retain() function in fxcrt::__anonb310c2640111::PseudoRetainable
/external/llvm/include/llvm/Analysis/
DObjCARCInstKind.h31 Retain, ///< objc_retain enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DObjCARCInstKind.h31 Retain, ///< objc_retain enumerator
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp39 CFPF_SkiaFont* CFPF_SkiaFont::Retain() { in Retain() function in CFPF_SkiaFont
/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.cc36 void* CFStreamHandle::Retain(void* info) { in Retain() function in CFStreamHandle
/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h38 void Retain() { ++RefCount; } in Retain() function
/external/v8/src/compiler/
Dgraph-assembler.cc180 Node* GraphAssembler::Retain(Node* buffer) { in Retain() function in v8::internal::compiler::GraphAssembler
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1898 ObjCARCOpt::OptimizeRetainCall(Function &F, Instruction *Retain) { in OptimizeRetainCall()
2765 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local
3180 CallInst *Retain = in OptimizeReturns() local
3459 CallInst *Retain = 0; in ContractAutorelease() local
3528 Instruction *Retain = I; in ContractRelease() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.h267 void Retain() { ++ref_cnt; } in Retain() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h162 void Retain() const { ++RefCount; } in Retain() function

12