| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 134 if (&*I != Retain) in optimizeRetainCall() 145 << *Retain << "\n"); in optimizeRetainCall() 169 if (!Retain || GetBasicARCInstKind(Retain) != ARCInstKind::Retain || in contractAutorelease() 300 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local 301 if (GetBasicARCInstKind(Retain) != ARCInstKind::Retain) in findRetainForStoreStrongContraction() 305 return Retain; in findRetainForStoreStrongContraction() 361 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local 365 if (!Retain) in tryToContractReleaseIntoStoreStrong() 402 if (&*Iter == Retain) ++Iter; in tryToContractReleaseIntoStoreStrong() 406 EraseInstruction(Retain); in tryToContractReleaseIntoStoreStrong() [all …]
|
| H A D | ARCRuntimeEntryPoints.h | 40 Retain, enumerator 60 Retain = nullptr; in init() 79 case ARCRuntimeEntryPointKind::Retain: in get() 80 return getIntrinsicEntryPoint(Retain, Intrinsic::objc_retain); in get() 115 Function *Retain = nullptr; variable
|
| H A D | ObjCARCOpts.cpp | 1106 case ARCInstKind::Retain: in OptimizeIndividualCallImpl() 1346 case ARCInstKind::Retain: in VisitInstructionBottomUp() 1523 case ARCInstKind::Retain: in VisitInstructionTopDown() 1822 Instruction *Retain, in PairUpRetainsAndReleases() argument 2270 CanChangeRetainCount, Arg, Retain->getParent(), Retain, PA)); in HasSafePathToPredecessorCall() 2290 auto *Retain = dyn_cast_or_null<CallInst>( in FindPredecessorRetainWithSafePath() local 2294 if (!Retain || !IsRetain(GetBasicARCInstKind(Retain)) || in FindPredecessorRetainWithSafePath() 2299 return Retain; in FindPredecessorRetainWithSafePath() 2359 if (!Retain) in OptimizeReturns() 2378 BundledInsts->eraseInst(Retain); in OptimizeReturns() [all …]
|
| H A D | DependencyAnalysis.cpp | 175 case ARCInstKind::Retain: in Depends() 187 case ARCInstKind::Retain: in Depends()
|
| H A D | ObjCARCExpand.cpp | 60 case ARCInstKind::Retain: in runImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 31 case ARCInstKind::Retain: in operator <<() 316 case ARCInstKind::Retain: in IsUser() 346 case ARCInstKind::Retain: in IsRetain() 385 case ARCInstKind::Retain: in IsAutorelease() 417 case ARCInstKind::Retain: in IsForwarding() 452 case ARCInstKind::Retain: in IsNoopOnNull() 487 case ARCInstKind::Retain: in IsNoopOnGlobal() 523 case ARCInstKind::Retain: in IsAlwaysTail() 564 case ARCInstKind::Retain: in IsNeverTail() 599 case ARCInstKind::Retain: in IsNoThrow() [all …]
|
| H A D | ObjCARCAliasAnalysis.cpp | 123 case ARCInstKind::Retain: in getModRefInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function 163 static void retain(T *obj) { obj->Retain(); } in retain()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Value.cpp | 59 void Retain() { ++RefCnt; } in Retain() function in __anon824295f00111::ValueStorage 173 ValueStorage::getFromPayload(getPtr())->Retain(); in Value() 198 ValueStorage::getFromPayload(getPtr())->Retain(); in operator =()
|
| /freebsd-14.2/contrib/file/python/ |
| H A D | CHANGELOG.md | 11 * Retain python 2 compatibility, factoring out the conversion functions.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 24 S1->Retain(); in MultiplexExternalSemaSource() 25 S2->Retain(); in MultiplexExternalSemaSource() 41 Source->Retain(); in AddSource()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ObjCARCInstKind.h | 29 Retain, ///< objc_retain enumerator
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-gpio.yaml | 40 Retain the state of the LED on shutdown. Useful in BMC systems, for
|
| H A D | leds-lgm.yaml | 88 description: Retain the state of the LED on shutdown.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteRope.h | 37 void Retain() { ++RefCount; } in Retain() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 710 return Retain<PythonObject>(o); in GetItem() 721 return Retain<PythonObject>(o); in GetItem() 790 return Retain<PythonObject>(item); in Get() 803 return Retain<PythonDictionary>(PyModule_GetDict(m_py_obj)); in GetDictionary() 1443 return Retain<PythonFile>(simple->GetPythonObject()); in FromFile() 1445 return Retain<PythonFile>(pythonio->GetPythonObject()); in FromFile()
|
| H A D | PythonDataObjects.h | 138 template <typename T> T Retain(PyObject *obj) { in Retain() function
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pmem/ |
| H A D | pmem-region.txt | 7 b) Retain their contents across power failure.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckObjCDealloc.cpp | 574 PropDecl->getSetterKind() == ObjCPropertyDecl::Retain); in diagnoseMissingReleases() 579 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Retain) in diagnoseMissingReleases() 888 case ObjCPropertyDecl::Retain: in getDeallocReleaseRequirement()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 156 PythonObject obj = Retain<PythonObject>($input); 164 PythonObject obj = Retain<PythonObject>($input); 662 PythonCallable callable = Retain<PythonCallable>($input);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 692 const bool Retain, const bool ForceUnique) { in calcUniqueIDUpdateFlagsAndSize() argument 707 if (Retain) { in calcUniqueIDUpdateFlagsAndSize() 780 bool Retain, bool ForceUnique) { in selectExplicitSectionGlobal() argument 814 Retain, ForceUnique); in selectExplicitSectionGlobal() 886 const TargetMachine &TM, bool Retain, bool EmitUniqueSection, in selectELFSectionForGlobal() argument 893 if (Retain) { in selectELFSectionForGlobal()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 733 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator 871 return getType()->isBlockPointerType() ? Copy : Retain; in getSetterKind() 873 return Retain; in getSetterKind()
|
| /freebsd-14.2/contrib/libxo/ |
| H A D | configure.ac | 327 AC_DEFINE_UNQUOTED([XO_RETAIN_SIZE], ${XO_RETAIN_SIZE}, [Retain hash bucket size])
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 309 HelpText<"Retain the executable output file whenever it is still usable">; 406 Eq<"retain-symbols-file", "Retain only the symbols listed in the file">,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 177 void Retain() const { ++RefCount; } in Retain() function
|