/third_party/gn/src/base/mac/ |
H A D | scoped_cftyperef.h | 33 static CFT Retain(CFT object) { in Retain() function
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLSymbols.cpp | 56 const String* Retain(String string) { in Retain() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ARCRuntimeEntryPoints.h | 44 Retain, member in llvm::objcarc::ARCRuntimeEntryPointKind 114 Function *Retain = nullptr; member in llvm::objcarc::ARCRuntimeEntryPoints
|
H A D | ObjCARCContract.cpp | 121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() argument 164 CallInst *Retain = nullptr; in contractAutorelease() local 195 << *Retain << "\\n"); contractAutorelease() local 311 Instruction *Retain = &*I; findRetainForStoreStrongContraction() local 398 Instruction *Retain = tryToContractReleaseIntoStoreStrong() local [all...] |
H A D | ObjCARCOpts.cpp | 1743 PairUpRetainsAndReleases( DenseMap<const BasicBlock *, BBState> &BBStates, BlotMapVector<Value *, RRInfo> &Retains, DenseMap<Value *, RRInfo> &Releases, Module *M, Instruction *Retain, SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, RRInfo &ReleasesToMove, Value *Arg, bool KnownSafe, bool &AnyPairsCompletelyEliminated) PairUpRetainsAndReleases() argument 1958 Instruction *Retain = cast<Instruction>(V); PerformCodePlacement() local 2192 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) HasSafePathToPredecessorCall() argument 2299 CallInst *Retain = FindPredecessorRetainWithSafePath( OptimizeReturns() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 48 void Retain() const { ++ref_cnt; } in Retain() function in llvm::RefCountedBase 74 void Retain() const { ++ref_cnt; } in Retain() function in llvm::RefCountedBaseVPTR 105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function in llvm::ThreadSafeRefCountedBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 77 void Retain() const { ++RefCount; } in Retain() function in llvm::RefCountedBase 94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function in llvm::ThreadSafeRefCountedBase
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ObjCARCInstKind.h | 31 Retain, ///< objc_retain member in llvm::objcarc::ARCInstKind
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
H A D | CleanOutputDirectoryTask.java | 84 public static final class Retain extends Task { class in CleanOutputDirectoryTask
|
/third_party/node/deps/v8/src/compiler/ |
H A D | graph-assembler.cc | 472 Node* GraphAssembler::Retain(Node* buffer) { in Retain() function in v8::internal::compiler::GraphAssembler
|
H A D | raw-machine-assembler.h | 204 Node* Retain(Node* value) { return AddNode(common()->Retain(), value); } in Retain() function in v8::internal::compiler::RawMachineAssembler
|