| /freebsd/release/ |
| H A D | Makefile.mirrors | 199 . if exists(${VM_DIR}/Latest) 200 rm -rf ${VM_DIR}/Latest 202 mkdir -p ${VM_DIR}/Latest 211 cd ${VM_DIR}/Latest && \ 226 cd ${VM_DIR}/Latest && \ 240 cd ${VM_DIR}/Latest && \ 245 . if exists(${VM_DIR}/Latest) 246 rm -rf ${VM_DIR}/Latest 248 mkdir -p ${VM_DIR}/Latest 252 ${VM_DIR}/Latest/${OSRELEASE}-${FS}.${VMFORMAT}.xz [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExecutionDomainFix.cpp | 359 DomainValue *Latest = LiveRegs[Regs.pop_back_val()]; in visitSoftInstr() local 361 if (Latest == dv || Latest->Next) in visitSoftInstr() 363 if (merge(dv, Latest)) in visitSoftInstr() 369 if (LiveRegs[i] == Latest) in visitSoftInstr()
|
| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 758 findNextDebugDescriptorEntry(struct jit_code_entry *Latest) { in findNextDebugDescriptorEntry() argument 759 if (Latest == nullptr) in findNextDebugDescriptorEntry() 761 if (Latest->next_entry) in findNextDebugDescriptorEntry() 762 return Latest->next_entry; in findNextDebugDescriptorEntry() 843 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper() local 844 while (auto *NewEntry = findNextDebugDescriptorEntry(Latest)) { in createObjDebugDumper() 847 Latest = NewEntry; in createObjDebugDumper() 854 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper() local 856 while (auto *NewEntry = findNextDebugDescriptorEntry(Latest)) { in createObjDebugDumper() 858 Latest = NewEntry; in createObjDebugDumper()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Redeclarable.h | 146 auto Latest = cast<KnownLatest>(Link); in setLatest() local 147 Latest.set(D); in setLatest() 148 Link = Latest; in setLatest()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-statm.md | 52 `OSSL_TIME_ZERO`, the existing Latest RTT value is used when updating the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 137 // Latest and greatest experimental version of WebAssembly. Bugs included!
|
| /freebsd/contrib/libxo/doc/ |
| H A D | getting.rst | 42 green "Latest release" button and the green "libxo-RELEASE.tar.gz"
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 1018 unsigned Latest = SIndex; in FormCandidates() local 1092 if (Position < MemOps[Latest].Position) in FormCandidates() 1093 Latest = I; in FormCandidates() 1105 Candidate->LatestMIIdx = Latest - SIndex; in FormCandidates() 1107 Candidate->InsertPos = MemOps[Latest].Position; in FormCandidates()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 277 Latest enumerator
|
| H A D | LangOptions.def | 421 ENUM_LANGOPT(ClangABICompat, ClangABI, 4, ClangABI::Latest, NotCompatible,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 295 static void attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest); 3847 void ASTDeclReader::attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest) { in attachLatestDeclImpl() argument 3848 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl() 3855 void ASTDeclReader::attachLatestDecl(Decl *D, Decl *Latest) { in attachLatestDecl() argument 3856 assert(D && Latest); in attachLatestDecl() 3862 attachLatestDeclImpl(cast<TYPE##Decl>(D), Latest); \ in attachLatestDecl()
|
| H A D | ASTReader.cpp | 2563 MacroDirective *Latest = nullptr, *Earliest = nullptr; in resolvePendingMacro() local 2584 if (!Latest) in resolvePendingMacro() 2585 Latest = MD; in resolvePendingMacro() 2591 if (Latest) in resolvePendingMacro() 2592 PP.setLoadedMacroDirective(II, Earliest, Latest); in resolvePendingMacro()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 943 if (auto *Latest = getLatest()) in findDirectiveAtLoc() local 944 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
|
| /freebsd/crypto/heimdal/appl/telnet/ |
| H A D | README.ORIG | 151 Latest Copyright notices from Berkeley.
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4017 case LangOptions::ClangABI::Latest: in GenerateLangArgs() 4546 Opts.setClangABICompat(LangOptions::ClangABI::Latest); in ParseLangArgs()
|
| /freebsd/ |
| H A D | UPDATING | 2377 - rcs: Latest GPLv3 GNU rcs version. 2400 - rcs: Latest GPLv3 GNU rcs version.
|
| /freebsd/crypto/krb5/src/include/krb5/ |
| H A D | krb5.hin | 1901 krb5_timestamp renew_till; /**< Latest time at which renewal of ticket can be valid */
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 19106 # Latest range, functionally very similar to the P9. The P14 has a
|