Home
last modified time | relevance | path

Searched refs:Latest (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp359 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 DRedeclarable.h150 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 DResources.rst8 * `GlobalISel - LLVM's Latest Instruction Selection Framework by Diana Picus @FOSDEM17 <https://www…
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Ddownload_f2c77 echo Latest f2c now in $dir.
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td108 // Latest and greatest experimental version of WebAssembly. Bugs included!
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.info-41018 * 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 Dcvs.aux306 'xrdef {Log keyword-title}{Problems with the Latest from Cyclic Software
H A Dcvs.info-7132 Latest from Cyclic Software
H A Dcvs.info-5906 output from CVS LOG (*note log::), and in the `Latest from Cyclic Software
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/
H A DREADME.txt51 * Now select one of the files and pick "Get Latest Version..."
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h235 Latest enumerator
H A DLangOptions.def417 ENUM_LANGOPT(ClangABICompat, ClangABI, 4, ClangABI::Latest,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1020 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 DASTReaderDecl.cpp297 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 DASTReader.cpp2213 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 DPreprocessor.h901 if (auto *Latest = getLatest()) in findDirectiveAtLoc() local
902 return Latest->findDirectiveAtLoc(Loc, SourceMgr); in findDirectiveAtLoc()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlthrtut.pod1065 Latest version of L<threads> on CPAN:
1071 Latest version of L<threads::shared> on CPAN:
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst5134 * ``LS_Latest`` (in configuration: ``Latest``)
5136 ``Cpp11`` is a deprecated alias for ``Latest``
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4001 Opts.setClangABICompat(LangOptions::ClangABI::Latest); in ParseLangArgs()