| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | Resources.rst | 8 * `GlobalISel - LLVM's Latest Instruction Selection Framework by Diana Picus @FOSDEM17 <https://www…
|
| /openbsd-src/gnu/usr.bin/gcc/contrib/ |
| H A D | download_f2c | 77 echo Latest f2c now in $dir.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 108 // Latest and greatest experimental version of WebAssembly. Bugs included!
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-4 | 1018 * Log keyword:: Problems with the Latest from Cyclic Software 1059 `Latest from Cyclic Software 1069 Instead, the new log message is inserted after `Latest from Cyclic Software 1081 * Latest from Cyclic Software 1235 Problems with the Latest from Cyclic Software 1244 The `Latest from Cyclic Software 1252 even if you do not use the `Latest from Cyclic Software 1261 A more serious concern is that CVS is not good at handling `Latest from Cyclic Software 1276 It has been suggested that the `Latest from Cyclic Software
|
| H A D | cvs.aux | 306 'xrdef {Log keyword-title}{Problems with the Latest from Cyclic Software
|
| H A D | cvs.info-7 | 132 Latest from Cyclic Software
|
| H A D | cvs.info-5 | 906 output from CVS LOG (*note log::), and in the `Latest from Cyclic Software
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/ |
| H A D | README.txt | 51 * Now select one of the files and pick "Get Latest Version..."
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 235 Latest enumerator
|
| H A D | LangOptions.def | 417 ENUM_LANGOPT(ClangABICompat, ClangABI, 4, ClangABI::Latest,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 1020 unsigned Latest = SIndex; in FormCandidates() local 1094 if (Position < MemOps[Latest].Position) in FormCandidates() 1095 Latest = I; in FormCandidates() 1107 Candidate->LatestMIIdx = Latest - SIndex; in FormCandidates() 1109 Candidate->InsertPos = MemOps[Latest].Position; in FormCandidates()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 297 static void attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest); 3581 void ASTDeclReader::attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest) { in attachLatestDeclImpl() argument 3582 D->RedeclLink.setLatest(cast<DeclT>(Latest)); in attachLatestDeclImpl() 3589 void ASTDeclReader::attachLatestDecl(Decl *D, Decl *Latest) { in attachLatestDecl() argument 3590 assert(D && Latest); in attachLatestDecl() 3596 attachLatestDeclImpl(cast<TYPE##Decl>(D), Latest); \ in attachLatestDecl()
|
| H A D | ASTReader.cpp | 2213 MacroDirective *Latest = nullptr, *Earliest = nullptr; in resolvePendingMacro() local 2234 if (!Latest) in resolvePendingMacro() 2235 Latest = MD; in resolvePendingMacro() 2241 if (Latest) in resolvePendingMacro() 2242 PP.setLoadedMacroDirective(II, Earliest, Latest); in resolvePendingMacro()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 901 if (auto *Latest = getLatest()) in findDirectiveAtLoc() local 902 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlthrtut.pod | 1065 Latest version of L<threads> on CPAN: 1071 Latest version of L<threads::shared> on CPAN:
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 5134 * ``LS_Latest`` (in configuration: ``Latest``) 5136 ``Cpp11`` is a deprecated alias for ``Latest``
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4001 Opts.setClangABICompat(LangOptions::ClangABI::Latest); in ParseLangArgs()
|