Searched refs:Oldest (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 169 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 D | Editline.h | 143 Oldest, enumerator
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Options.td | 459 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 D | mpi30_ioc.h | 1115 U32 Oldest; /* 0x04 */ member
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 126 case HistoryOperation::Oldest: in GetOperation()
|