| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 95 Changes.push_back( in replaceWhitespaceInToken() 104 if (Changes.empty()) in generateReplacements() 176 if (Changes[i - 1].IsInsideToken && Changes[i - 1].NewlinesBefore == 0) { in calculateLineBreakInformation() 178 Changes[i - 1].TokenLength + Changes[i - 1].Spaces; in calculateLineBreakInformation() 184 Changes[i - 1].StartOfTokenColumn + Changes[i - 1].TokenLength; in calculateLineBreakInformation() 187 (Changes[i].NewlinesBefore > 0 || Changes[i].Tok->is(tok::eof) || in calculateLineBreakInformation() 188 (Changes[i].IsInsideToken && Changes[i].Tok->is(tok::comment))) && in calculateLineBreakInformation() 225 Changes.back().IsTrailingComment = Changes.back().Tok->is(tok::comment); in calculateLineBreakInformation() 1444 InitialSpaces += Changes[j].Spaces + Changes[j].TokenLength; in getCells() 1518 auto LineLimit = Changes[j].Spaces + Changes[j].TokenLength; in getCells() [all …]
|
| H A D | WhitespaceManager.h | 285 assert(PrevIter->Index < Changes.size()); in getNetWidth() 286 if (Changes[PrevIter->Index].NewlinesBefore > 0) in getNetWidth() 299 if (Changes[CellIter->Index].NewlinesBefore == 0) in getMaximumCellWidth() 304 if (Changes[Next->Index].NewlinesBefore == 0) in getMaximumCellWidth() 353 SmallVector<Change, 16> Changes; variable
|
| /freebsd-14.2/contrib/llvm-project/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 …]
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | NEWS | 173 Changes in release 1.1 187 Changes in release 1.0.2 193 Changes in release 1.0.1 209 Changes in release 1.0 244 Changes in release 0.8 310 Changes in release 0.7 379 Changes in release 0.6 415 Changes in release 0.5 441 Changes in release 0.4e 455 Changes in release 0.4d [all …]
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/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);
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | NEWS | 3 Changes in tnftp from 20090606 to 20091122: 7 Changes in tnftp from 20090520 to 20090606: 11 Changes in tnftp from 20070806 to 20090520: 26 Changes in tnftp from 20050625 to 20070806:
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/tzcode/ |
| H A D | NEWS | 49 Changes to data 78 Changes to code 153 Changes to code 235 Changes to code 359 Changes to code 456 Changes to code 524 Changes to data 544 Changes to code 646 Changes to code 727 Changes to code [all …]
|
| /freebsd-14.2/contrib/tzdata/ |
| H A D | NEWS | 21 Changes to code 53 Changes to data 58 Changes to code 152 Changes to data 181 Changes to code 256 Changes to code 338 Changes to code 462 Changes to code 559 Changes to code 627 Changes to data [all …]
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | NEWS | 1 Changes in version 0.4 27 Changes in version 0.3 50 Changes in version 0.2 63 Changes in version 0.1
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 145 llvm::ArrayRef<AtomicChange> Changes, in createReplacementsForHeaders() argument 150 for (const auto &Change : Changes) { in createReplacementsForHeaders() 184 llvm::ArrayRef<AtomicChange> Changes) { in combineReplacementsInChanges() argument 186 for (const auto &Change : Changes) in combineReplacementsInChanges() 302 llvm::ArrayRef<AtomicChange> Changes, in applyAtomicChanges() argument 305 createReplacementsForHeaders(FilePath, Code, Changes, Spec.Style); in applyAtomicChanges() 312 combineReplacementsInChanges(FilePath, Changes); in applyAtomicChanges()
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | ChangeLog | 4 Changes in 1.3.1 (22 Jan 2024) 14 Changes in 1.3 (18 Aug 2023) 32 Changes in 1.2.13 (13 Oct 2022) 44 Changes in 1.2.12 (27 Mar 2022) 111 Changes in 1.2.10 (2 Jan 2017) 1529 Changes in 0.92 (3 May 95) 1538 Changes in 0.91 (2 May 95) 1547 Changes in 0.9 (1 May 95) 1592 Changes in 0.5: 1602 Changes in 0.4: [all …]
|
| /freebsd-14.2/contrib/expat/lib/ |
| H A D | Makefile.am | 62 ../Changes 65 cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
|
| /freebsd-14.2/share/doc/papers/relengr/ |
| H A D | ref.bib | 4 %T Bug Fixes and Changes in 4.3BSD 12 %T Changes to the Kernel in 4.3BSD
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | CHANGES | 6 Changes per release 7.6 (Mar 1997) 19 Changes per release 7.5 (Feb 1997) 48 Changes per release 7.4 (Mar 1996) 58 Changes per release 7.3 (Feb 1996) 96 Changes per release 7.2 (Jan 1995) 119 Changes per release 7.1 (Jan 1995) 130 Changes per release 7.0 (Jan 1995) 221 Changes per release 6.3 (Mar 1994) 242 Changes per release 6.2 (Feb 1994) 263 Changes per release 6.1 (Dec 1993) [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: 143 Changes in 1.4.2-rc: [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 1 Changes in 1.4.14b-stable 4 Changes in 1.4.14-stable 31 Changes in 1.4.13-stable: 42 Changes in 1.4.12-stable: 52 Changes in 1.4.11-stable: 69 Changes in 1.4.9-stable: 79 Changes in 1.4.8-stable: 84 Changes in 1.4.7-stable: 87 Changes in 1.4.6-stable: 143 Changes in 1.4.2-rc: [all …]
|
| /freebsd-14.2/contrib/atf/ |
| H A D | NEWS | 4 Changes in version 0.22 22 Changes in version 0.21 79 Changes in version 0.20 95 Changes in version 0.19 127 Changes in version 0.18 145 Changes in version 0.17 179 Changes in version 0.16 214 Changes in version 0.15 251 Changes in version 0.14 413 Changes in atf-check [all …]
|
| /freebsd-14.2/contrib/kyua/ |
| H A D | NEWS.md | 5 Changes in version 0.14 13 Changes in version 0.13 39 Changes in version 0.12 132 Changes in version 0.11 214 Changes in version 0.10 235 Changes in kyua-cli version 0.9 253 Changes in more detail: 296 Changes in kyua-cli version 0.8 329 Changes in kyua-cli version 0.7 350 Changes in kyua-cli version 0.6 [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 148 std::vector<AtomicChange> Changes; in createRenameReplacements() local 161 Changes.push_back(std::move(Change)); in createRenameReplacements() 163 return std::move(Changes); in createRenameReplacements()
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | NEWS | 5 Changes in version 1.14.6, released on September 23, 2021 204 Changes in version 1.14.5, released on March 10, 2019 278 Changes in version 1.14.4, released on August 8, 2018 370 Changes in version 1.14.2, released on July 28, 2017 584 Changes in version 1.13.4, released on July 14, 2016 1106 Changes in version 1.11.3, released on May 26, 2011 1121 Changes in version 1.11.2, released on May 12, 2011 1221 Changes in version 1.10.1, released on June 7, 2010 1236 Changes in version 1.10.0, released on May 29, 2010 1262 Changes in version 1.9.25, released on May 13, 2010 [all …]
|