/freebsd/release/ |
H A D | Makefile.mirrors | 192 . if exists(${VM_DIR}/Latest) 193 rm -rf ${VM_DIR}/Latest 195 mkdir -p ${VM_DIR}/Latest 204 cd ${VM_DIR}/Latest && \ 219 cd ${VM_DIR}/Latest && \ 233 cd ${VM_DIR}/Latest && \ 238 . if exists(${VM_DIR}/Latest) 239 rm -rf ${VM_DIR}/Latest 241 mkdir -p ${VM_DIR}/Latest 245 ${VM_DIR}/Latest/${OSRELEASE}-${FS}.${VMFORMAT}.xz [all …]
|
/freebsd/release/scripts/ |
H A D | make-pkg-package.sh | 24 mkdir -p ${REPODIR}/$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh config ABI)/${PKG_VERSION}/Latest/ 25 cd ${REPODIR}/$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh config ABI)/${PKG_VERSION}/Latest/ && \
|
/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 | 757 findNextDebugDescriptorEntry(struct jit_code_entry *Latest) { in findNextDebugDescriptorEntry() argument 758 if (Latest == nullptr) in findNextDebugDescriptorEntry() 760 if (Latest->next_entry) in findNextDebugDescriptorEntry() 761 return Latest->next_entry; in findNextDebugDescriptorEntry() 842 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper() local 843 while (auto *NewEntry = findNextDebugDescriptorEntry(Latest)) { in createObjDebugDumper() 846 Latest = NewEntry; in createObjDebugDumper() 853 static struct jit_code_entry *Latest = nullptr; in createObjDebugDumper() local 855 while (auto *NewEntry = findNextDebugDescriptorEntry(Latest)) { in createObjDebugDumper() 857 Latest = NewEntry; in createObjDebugDumper()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Redeclarable.h | 150 auto Latest = Link.get<KnownLatest>(); in setLatest() local 151 Latest.set(D); in setLatest() 152 Link = Latest; in setLatest()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssembly.td | 116 // 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 | 1021 unsigned Latest = SIndex; in FormCandidates() local 1095 if (Position < MemOps[Latest].Position) in FormCandidates() 1096 Latest = I; in FormCandidates() 1108 Candidate->LatestMIIdx = Latest - SIndex; in FormCandidates() 1110 Candidate->InsertPos = MemOps[Latest].Position; in FormCandidates()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 241 Latest enumerator
|
H A D | LangOptions.def | 453 ENUM_LANGOPT(ClangABICompat, ClangABI, 4, ClangABI::Latest,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 307 static void attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest); 3774 void ASTDeclReader::attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest) { in attachLatestDeclImpl() argument 3775 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl() 3782 void ASTDeclReader::attachLatestDecl(Decl *D, Decl *Latest) { in attachLatestDecl() argument 3783 assert(D && Latest); in attachLatestDecl() 3789 attachLatestDeclImpl(cast<TYPE##Decl>(D), Latest); \ in attachLatestDecl()
|
H A D | ASTReader.cpp | 2396 MacroDirective *Latest = nullptr, *Earliest = nullptr; in resolvePendingMacro() local 2417 if (!Latest) in resolvePendingMacro() 2418 Latest = MD; in resolvePendingMacro() 2424 if (Latest) in resolvePendingMacro() 2425 PP.setLoadedMacroDirective(II, Earliest, Latest); in resolvePendingMacro()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 919 if (auto *Latest = getLatest()) in findDirectiveAtLoc() local 920 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 | 3794 case LangOptions::ClangABI::Latest: in GenerateLangArgs() 4265 Opts.setClangABICompat(LangOptions::ClangABI::Latest); in ParseLangArgs()
|
/freebsd/ |
H A D | UPDATING | 1890 - rcs: Latest GPLv3 GNU rcs version. 1913 - rcs: Latest GPLv3 GNU rcs version.
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 18673 # Latest range, functionally very similar to the P9. The P14 has a
|