/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ARCRuntimeEntryPoints.h | 40 Retain, enumerator 115 Function *Retain = nullptr; variable
|
H A D | ObjCARCContract.cpp | 123 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() 166 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 D | ObjCARCOpts.cpp | 1470 Instruction *Retain = cast<Instruction>(P.first); in collectReleaseInsertPts() local 1828 Instruction *Retain, in PairUpRetainsAndReleases() 2039 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 2275 Instruction *Retain, in HasSafePathToPredecessorCall() 2298 auto *Retain = dyn_cast_or_null<CallInst>( in FindPredecessorRetainWithSafePath() local 2364 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
|
/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/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h | 37 void Retain() { ++RefCount; } in Retain() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 694 const bool Retain, const bool ForceUnique) { in calcUniqueIDUpdateFlagsAndSize() 787 bool Retain, bool ForceUnique) { in selectExplicitSectionGlobal() 889 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() 2134 static unsigned getWasmSectionFlags(SectionKind K, bool Retain) { in getWasmSectionFlags() 2193 unsigned *NextUniqueID, bool Retain) { in selectWasmSectionForGlobal() 2236 bool Retain = Used.count(GO); in SelectSectionForGlobal() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 57 void Retain() { ++RefCnt; } in Retain() function in __anon8d9d85ba0111::ValueStorage
|
/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 | 734 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator
|