/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 90 Changes.push_back( in replaceWhitespaceInToken() 99 if (Changes.empty()) in generateReplacements() 170 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) { in calculateLineBreakInformation() 172 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation() 178 Changes[i - 1].StartOfTokenColumn + Changes[i - 1].TokenLength; in calculateLineBreakInformation() 181 (Changes[i].NewlinesBefore > 0 || Changes[i].Tok->is(tok::eof) || in calculateLineBreakInformation() 182 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation() 219 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 807 LineLengthAfter += Changes[j].Spaces + Changes[j].TokenLength; in alignConsecutiveMacros() 1357 auto LineLimit = Changes[j].Spaces + Changes[j].TokenLength; in getCells() [all …]
|
H A D | WhitespaceManager.h | 282 if (Changes[PrevIter->Index].NewlinesBefore > 0) in getNetWidth() 295 if (Changes[CellIter->Index].NewlinesBefore == 0) in getMaximumCellWidth() 300 if (Changes[Next->Index].NewlinesBefore == 0) in getMaximumCellWidth() 349 SmallVector<Change, 16> Changes; variable
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 17 if (FailedTestsCache.count(Changes)) in GetTestResult() 20 bool Result = ExecuteOneTest(Changes); in GetTestResult() 22 FailedTestsCache.insert(Changes); in GetTestResult() 46 UpdatedSearchState(Changes, Sets); in Delta() 50 return Changes; in Delta() 54 if (Search(Changes, Sets, Res)) in Delta() 62 return Changes; in Delta() 64 return Delta(Changes, SplitSets); in Delta() 87 Changes.begin(), Changes.end(), it->begin(), it->end(), in Search() 109 Split(Changes, Sets); in Run() [all …]
|
H A D | DAGDeltaAlgorithm.cpp | 119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() 192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() 212 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() 214 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() 224 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end(); in DAGDeltaAlgorithmImpl() 226 if (it != Changes.begin()) in DAGDeltaAlgorithmImpl() 254 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() 267 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() 286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | DeltaAlgorithm.h | 52 bool GetTestResult(const changeset_ty &Changes); 59 changeset_ty Delta(const changeset_ty &Changes, 68 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets, 73 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 87 changeset_ty Run(const changeset_ty &Changes);
|
H A D | DAGDeltaAlgorithm.h | 64 changeset_ty Run(const changeset_ty &Changes, 68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | Transformer.h | 53 llvm::MutableArrayRef<AtomicChange> Changes; member 58 llvm::MutableArrayRef<AtomicChange> Changes; 72 Expected<llvm::MutableArrayRef<AtomicChange>> Changes)>; 85 Consumer(Result->Changes); 169 llvm::SmallVector<AtomicChange, 1> Changes; 173 Changes = std::move(*C); 189 RewriteResult.Changes = llvm::MutableArrayRef<AtomicChange>(Changes);
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRules.h | 56 Expected<AtomicChanges> Changes = createSourceReplacements(Context); in invoke() local 57 if (!Changes) in invoke() 58 Consumer.handleError(Changes.takeError()); in invoke() 60 Consumer.handle(std::move(*Changes)); in invoke()
|
/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/ |
H A D | Transformer.cpp | 61 llvm::SmallVector<AtomicChange, 1> Changes; in convertToAtomicChanges() local 62 Changes.reserve(ChangesByFileID.size()); in convertToAtomicChanges() 64 Changes.push_back(std::move(IDChangePair.second)); in convertToAtomicChanges() 66 return Changes; in convertToAtomicChanges()
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ReleaseNotes.rst | 80 Changes to the LLVM IR 117 Changes to building LLVM 120 Changes to TableGen 148 Changes to the ARM Backend 160 Changes to the AVR Backend 322 Changes to the C API 363 Changes to the Debug Info 379 Changes to the LLVM tools 411 Changes to LLDB 422 Changes to Sanitizers [all …]
|
/openbsd/gnu/usr.bin/perl/dist/Search-Dict/ |
H A D | README.patching | 10 bump the $VERSION in all .pm files and update the Changes file with the new 11 version. In the Changes file, put the expected *NEXT* release of Perl (dev or 13 to Changes to indicate what will be next release: 17 3. Add an entry to Changes for your work
|
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
H A D | README.patching | 10 bump the $VERSION in all .pm files and update the Changes file with the new 11 version. In the Changes file, put the expected *NEXT* release of Perl (dev or 13 to Changes to indicate what will be next release: 17 3. Add an entry to Changes for your work
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | add-package.pl | 20 my $Changes = $Opts->{c} || 'Changes ChangeLog'; 188 my @Changes; 189 foreach my $cl (split m/\s+/ => $Changes) { 191 push @Changes, $cl; 397 for ( @Changes ) { 482 map { "$RelTopDir/$_" } @TestFiles, @BinFiles, @Changes );
|
H A D | perldelta_template.pod | 38 =head1 Incompatible Changes 83 XXX Changes which enhance performance without changing behaviour go here. 102 dual-life modules would have a F<Changes> file that could be cribbed. 146 XXX Changes to files in F<pod/> go here. Consider grouping entries by 151 XXX Changes which create B<new> files in F<pod/> go here. 157 =head2 Changes to Existing Documentation 163 XXX Changes which significantly change existing files in F<pod/> go here. 213 =head2 Changes to Existing Diagnostics 215 XXX Changes (i.e. rewording) of diagnostic messages go here 225 =head1 Utility Changes [all …]
|
H A D | how_to_write_a_perldelta.pod | 137 =item Incompatible Changes 156 Changes which enhance performance without changing behaviour go here. There 165 have a F<Changes> file that could be cribbed. 199 Changes which create B<new> files in F<pod/> go here. 256 =item Changes to Existing Documentation 258 Changes which significantly change existing files in F<pod/> go here. 270 =item Utility Changes 282 Changes which create B<new> files in F<t/> go here. Changes to existing files 310 Changes of note to specific platforms go here. 312 =item Internal Changes [all …]
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | NEWS | 25 Changes in 2.14: 45 Changes in 2.13: 50 Changes in version 2.12: 83 Changes in binutils 2.11: 97 Changes in binutils 2.10: 131 Changes in binutils 2.9: 141 Changes in binutils 2.8: 167 Changes in binutils 2.7: 185 Changes in binutils 2.6: 197 Changes in binutils 2.5: [all …]
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | h2xs.t | 91 Writing $name/Changes 104 Writing $name/Changes 117 Writing $name/Changes 130 Writing $name/Changes 139 Writing $name/Changes 152 Writing $name/Changes
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | NEWS | 34 Changes in 2.16: 57 Changes in 2.15: 86 Changes in 2.14: 106 Changes in 2.13: 111 Changes in version 2.12: 192 Changes in binutils 2.9: 202 Changes in binutils 2.8: 228 Changes in binutils 2.7: 246 Changes in binutils 2.6: 258 Changes in binutils 2.5: [all …]
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | NEWS | 16 Changes in 2.14: 39 Changes in 2.13: 44 Changes in version 2.13: 48 Changes in version 2.12: 64 Changes in version 2.11: 94 Changes in version 2.10: 130 Changes in version 2.9: 139 Changes in version 2.8: 159 Changes in version 2.7: 174 Changes in version 2.6: [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/ |
H A D | changes.t | 35 require Test::CPAN::Changes; 36 Test::CPAN::Changes->import();
|
/openbsd/gnu/usr.bin/perl/cpan/Text-Balanced/t/ |
H A D | 94_changes.t | 35 require Test::CPAN::Changes; 36 Test::CPAN::Changes->import();
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/ |
H A D | NEWS | 18 Changes in 2.16: 67 Changes in 2.15: 92 Changes in 2.14: 115 Changes in 2.13: 120 Changes in version 2.13: 124 Changes in version 2.12: 140 Changes in version 2.11: 206 Changes in version 2.9: 215 Changes in version 2.8: 235 Changes in version 2.7: [all …]
|
/openbsd/gnu/llvm/clang/tools/clang-refactor/ |
H A D | TestSupport.cpp | 70 void dumpChanges(const tooling::AtomicChanges &Changes, raw_ostream &OS) { in dumpChanges() argument 71 for (const auto &Change : Changes) in dumpChanges() 86 bool printRewrittenSources(const tooling::AtomicChanges &Changes, in printRewrittenSources() argument 89 for (const auto &Change : Changes) in printRewrittenSources() 101 Changes, Spec); in printRewrittenSources() 132 void handle(tooling::AtomicChanges Changes) override { in handle() argument 133 handleResult(std::move(Changes)); in handle()
|
H A D | ClangRefactor.cpp | 318 ClangRefactorConsumer(AtomicChanges &Changes) : SourceChanges(&Changes) {} in ClangRefactorConsumer() argument 332 void handle(AtomicChanges Changes) override { in handle() argument 333 SourceChanges->insert(SourceChanges->begin(), Changes.begin(), in handle() 334 Changes.end()); in handle() 349 Consumer(new ClangRefactorConsumer(Changes)), HasFailed(false) { in ClangRefactorTool() 482 for (const auto &Change : Changes) in applySourceChanges() 496 Changes, Spec); in applySourceChanges() 606 AtomicChanges Changes; member in __anonf17033130111::ClangRefactorTool
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | NEWS | 37 Changes in 2.14: 57 Changes in 2.13: 71 Changes in 2.12: 95 Changes in 2.11: 119 Changes in 2.10: 166 Changes in 2.9: 180 Changes in 2.8: 206 Changes in 2.7: 230 Changes in 2.6: 244 Changes in 2.4: [all …]
|