Home
last modified time | relevance | path

Searched refs:Changes (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp53 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace()
63 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken()
82 Changes.push_back( in replaceWhitespaceInToken()
91 if (Changes.empty()) in generateReplacements()
94 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
109 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation()
110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation()
111 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation()
113 Changes[i].OriginalWhitespaceRange.getBegin(); in calculateLineBreakInformation()
115 Changes[i - 1].OriginalWhitespaceRange.getEnd(); in calculateLineBreakInformation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDeltaAlgorithm.cpp17 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument
18 if (FailedTestsCache.count(Changes)) in GetTestResult()
21 bool Result = ExecuteOneTest(Changes); in GetTestResult()
23 FailedTestsCache.insert(Changes); in GetTestResult()
44 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument
47 UpdatedSearchState(Changes, Sets); in Delta()
51 return Changes; in Delta()
55 if (Search(Changes, Sets, Res)) in Delta()
64 return Changes; in Delta()
66 return Delta(Changes, SplitSets); in Delta()
[all …]
H A DDAGDeltaAlgorithm.cpp117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
162 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
164 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument
183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
184 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DNEWS1 Changes in 1.16:
19 Changes in 1.15:
32 Changes in 1.14:
50 Changes in 1.12:
61 Changes in 1.11:
65 Changes in 1.10:
69 Changes in 1.9:
73 Changes in 1.8:
77 Changes in 1.7:
81 Changes in 1.6:
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DNEWS8 Changes in 1.16:
26 Changes in 1.15:
39 Changes in 1.14:
57 Changes in 1.12:
68 Changes in 1.11:
72 Changes in 1.10:
76 Changes in 1.9:
80 Changes in 1.8:
84 Changes in 1.7:
88 Changes in 1.6:
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DReleaseNotes.rst58 Changes to the LLVM IR
67 Changes to building LLVM
74 Changes to TableGen
77 Changes to Backend Code Generation
84 Changes to the ARM Backend
89 Changes to the MIPS Target
94 Changes to the Hexagon Target
99 Changes to the PowerPC Target
104 Changes to the X86 Target
109 Changes to the AMDGPU Target
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h52 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);
/netbsd-src/external/lgpl3/mpc/dist/
H A DNEWS1 Changes in version 1.3.1, released in December 2022:
5 Changes in version 1.3.0 ("Ipomoea batatas"), released in December 2022:
22 Changes in version 1.2.1, released in October 2020:
27 Changes in version 1.2.0 ("Hyacinthus orientalis"), released in August 2020:
34 Changes in version 1.1.0 ("Gladiolus palustris"), released in January 2018:
48 Changes in version 1.0.3, released in February 2015:
53 Changes in version 1.0.2, released in January 2014:
59 Changes in version 1.0.1, released in September 2012:
66 Changes in version 1.0 ("Fagus silvatica"), released in July 2012:
88 Changes in version 0.9 ("Epilobium montanum"), released in February 2011:
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DNEWS588 Changes in release 1.1
602 Changes in release 1.0.2
608 Changes in release 1.0.1
624 Changes in release 1.0
646 Changes in release 0.8.1
659 Changes in release 0.8
699 Changes in release 0.7.2
721 Changes in release 0.7.1
725 Changes in release 0.7
739 Changes in release 0.6.6
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRules.h56 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()
/netbsd-src/lib/libc/time/
H A DNEWS10 Changes to future timestamps
18 Changes to past timestamps
28 Changes to data
33 Changes to code
71 Changes to documentation
92 Changes to past timestamps
121 Changes to past tm_isdst flags
127 Changes to data
156 Changes to code
182 Changes t
[all...]
/netbsd-src/external/public-domain/tz/dist/
H A DNEWS14 Changes to past timestamps
43 Changes to past tm_isdst flags
49 Changes to data
78 Changes to code
104 Changes to build procedure
112 Changes to documentation
116 Changes to commentary
131 Changes to future timestamps
143 Changes to past timestamps
153 Changes t
[all...]
/netbsd-src/external/bsd/nvi/dist/
H A DChanges1 Changes since 1.81.5
5 Changes since 1.81.4
6 * add Changes document
29 Changes since 1.81.3
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DNEWS3 Changes in 2.39:
8 Changes in 2.38:
46 Changes in 2.37:
52 Changes in 2.36:
108 Changes in 2.35:
127 Changes in 2.34:
144 Changes in 2.33:
174 Changes in 2.32:
195 Changes in 2.31:
221 Changes in 2.30:
[all …]
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DNEWS1 Changes from 0.4.9 to 3.78 (Sep 6, 1999):
20 Changes from 0.4.8 to 0.4.9 (May 14, 1998):
32 Changes from 0.4.7 to 0.4.8 (May 14, 1998):
39 Changes from 0.4.6 to 0.4.7 (August 18, 1997):
53 Changes from 0.4.5 to 0.4.6 (April 07, 1997):
66 Changes from 0.4.4 to 0.4.5 (April 29, 1995):
79 Changes from 0.4.3 to 0.4.4 (March 1995):
98 Changes from 0.4 to 0.4.3 (October 1994):
119 Changes from 0.3 to 0.4 (August 1993):
124 Changes from 0.2 to 0.3 (9-30-92):
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DNEWS3 Changes in 2.42:
110 Changes in 2.41:
136 Changes in 2.40:
175 Changes in 2.39:
192 Changes in 2.38:
241 Changes in 2.37:
250 Changes in 2.36:
308 Changes in 2.35:
332 Changes in 2.34:
349 Changes in 2.33:
[all …]
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DNEWS3 Changes in 2.42:
43 Changes in 2.41:
63 Changes in 2.40:
78 Changes in 2.39:
122 Changes in 2.38:
135 Changes in 2.37:
147 Changes in 2.36:
192 Changes in 2.35:
228 Changes in 2.34:
245 Changes in 2.33:
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DNEWS3 Changes in 2.39:
17 Changes in 2.38:
41 Changes in 2.37:
95 Changes in 2.36:
124 Changes in 2.35:
140 Changes in 2.34:
176 Changes in 2.33:
206 Changes in 2.32:
244 Changes in 2.31:
258 Changes in 2.30:
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DNEWS3 Changes in 2.42:
29 Changes in 2.41:
74 Changes in 2.40:
100 Changes in 2.39:
114 Changes in 2.38:
138 Changes in 2.37:
192 Changes in 2.36:
221 Changes in 2.35:
237 Changes in 2.34:
273 Changes in 2.33:
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A DNEWS6 Changes between GMP version 6.2.0 and 6.2.1
31 Changes between GMP version 6.1.* and 6.2.0
93 Changes between GMP version 6.1.1 and 6.1.2
119 Changes between GMP version 6.1.0 and 6.1.1
130 Changes between GMP version 6.0.* and 6.1.0
195 Changes between GMP version 5.1.* and 6.0.0
273 Changes between GMP version 5.1.2 and 5.1.3
297 Changes between GMP version 5.1.1 and 5.1.2
319 Changes between GMP version 5.1.0 and 5.1.1
351 Changes between GMP version 5.0.* and 5.1.0
[all …]
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog3 Changes since version 1.44.1:
131 Changes since version 1.44.0:
142 Changes since version 1.43.0:
253 Changes since version 1.42.0:
342 Changes since version 1.41.0:
497 Changes since version 1.40.0:
576 Changes since version 1.39.0:
611 Changes since version 1.38.1:
687 Changes since version 1.38.0:
726 Changes since version 1.37.0:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp69 void dumpChanges(const tooling::AtomicChanges &Changes, raw_ostream &OS) { in dumpChanges() argument
70 for (const auto &Change : Changes) in dumpChanges()
85 bool printRewrittenSources(const tooling::AtomicChanges &Changes, in printRewrittenSources() argument
88 for (const auto &Change : Changes) in printRewrittenSources()
100 Changes, Spec); in printRewrittenSources()
131 void handle(tooling::AtomicChanges Changes) override { in handle() argument
132 handleResult(std::move(Changes)); in handle()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DNEWS3 Changes in 2.39:
47 Changes in 2.38:
60 Changes in 2.37:
72 Changes in 2.36:
117 Changes in 2.35:
153 Changes in 2.34:
170 Changes in 2.33:
194 Changes in 2.32:
206 Changes in 2.31:
215 Changes in 2.30:
[all …]
/netbsd-src/external/bsd/lutok/dist/
H A DNEWS1 Changes in version 0.3
24 Changes in version 0.2
37 Changes in version 0.1
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst109 Attribute Changes in Clang
117 C Language Changes in Clang
122 C++ Language Changes in Clang
138 Objective-C Language Changes in Clang
141 OpenCL C Language Changes in Clang
146 ABI Changes in Clang
164 Internal API Changes
173 Build System Changes
279 Python Binding Changes

12345678910>>...22