Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h40 Retain, enumerator
115 Function *Retain = nullptr; variable
H A DObjCARCContract.cpp126 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
169 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local
300 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
361 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
H A DObjCARCOpts.cpp1803 Instruction *Retain, in PairUpRetainsAndReleases()
2014 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local
2249 Instruction *Retain, in HasSafePathToPredecessorCall()
2272 auto *Retain = dyn_cast_or_null<CallInst>( in FindPredecessorRetainWithSafePath() local
2338 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h91 void Retain() const { ++RefCount; } in Retain() function
122 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h29 Retain, ///< objc_retain enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h37 void Retain() { ++RefCount; } in Retain() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h265 void Retain() { ++ref_cnt; } in Retain() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp659 bool Retain, bool ForceUnique) { in selectExplicitSectionGlobal()
833 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h166 void Retain() const { ++RefCount; } in Retain() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h733 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator