Searched defs:Retain (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ARCRuntimeEntryPoints.h | 40 Retain, enumerator 120 Function *Retain = nullptr; variable
|
| H A D | ObjCARCContract.cpp | 135 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() 178 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local 312 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local 373 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
|
| H A D | ObjCARCOpts.cpp | 1470 Instruction *Retain = cast<Instruction>(P.first); in collectReleaseInsertPts() local 1819 Instruction *Retain, in PairUpRetainsAndReleases() 2030 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 2266 Instruction *Retain, in HasSafePathToPredecessorCall() 2289 auto *Retain = dyn_cast_or_null<CallInst>( in FindPredecessorRetainWithSafePath() local 2352 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntrusiveRefCntPtr.h | 96 void Retain() const { ++RefCount; } Retain() function 127 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } Retain() function
|
| H A D | RewriteRope.h | 38 void Retain() { ++RefCount; } in Retain() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCInstKind.h | 29 Retain, ///< objc_retain enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.h | 138 template <typename T> T Retain(PyObject *obj) { in Retain() function
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Value.cpp | 54 void Retain() { ++RefCnt; } in Retain() function in __anon8d9d85ba0111::ValueStorage
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 709 const bool Retain, const bool ForceUnique) { in calcUniqueIDUpdateFlagsAndSize() 825 bool Retain, bool ForceUnique) { in selectExplicitSectionGlobal() 911 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() 2197 static unsigned getWasmSectionFlags(SectionKind K, bool Retain) { in getWasmSectionFlags() 2260 unsigned *NextUniqueID, bool Retain) { in selectWasmSectionForGlobal() 2303 bool Retain = Used.count(GO); in SelectSectionForGlobal() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 178 void Retain() const { ++RefCount; } in Retain() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 732 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
|