Home
last modified time | relevance | path

Searched refs:Oldest (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h169 Spelling::Value Oldest{"not found", {/*Min=*/INT_MAX, 0}}; in getSpellingForIdentifier()
171 if (V.Versions.Min < Oldest.Versions.Min) in getSpellingForIdentifier()
172 Oldest = V; in getSpellingForIdentifier()
173 return Oldest.Name; in getSpellingForIdentifier()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h143 Oldest, enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td459 HelpText<"Oldest macOS version for which linked output is usable">,
469 HelpText<"Oldest iOS version for which linked output is usable">,
474 HelpText<"Oldest iOS simulator version for which linked output is usable">,
485 HelpText<"Oldest MacCatalyst version for which linked output is usable">,
502 HelpText<"Oldest tvOS version for which linked output is usable">,
507 HelpText<"Oldest watchOS version for which linked output is usable">,
512 HelpText<"Oldest bridgeOS version for which linked output is usable">,
517 HelpText<"Oldest DriverKit version for which linked output is usable">,
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1115 U32 Oldest; /* 0x04 */ member
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp126 case HistoryOperation::Oldest: in GetOperation()