Home
last modified time | relevance | path

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

12345678910>>...14

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp55 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace()
65 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken()
90 Changes.push_back( in replaceWhitespaceInToken()
99 if (Changes.empty()) in generateReplacements()
102 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
118 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation()
119 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation()
120 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation()
122 Changes[i].OriginalWhitespaceRange.getBegin(); in calculateLineBreakInformation()
124 Changes[i - 1].OriginalWhitespaceRange.getEnd(); in calculateLineBreakInformation()
[all …]
H A DWhitespaceManager.h282 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-src/gnu/llvm/llvm/lib/Support/
H A DDeltaAlgorithm.cpp16 bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { in GetTestResult() argument
17 if (FailedTestsCache.count(Changes)) in GetTestResult()
20 bool Result = ExecuteOneTest(Changes); in GetTestResult()
22 FailedTestsCache.insert(Changes); in GetTestResult()
43 DeltaAlgorithm::Delta(const changeset_ty &Changes, in Delta() argument
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()
[all …]
H A DDAGDeltaAlgorithm.cpp116 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
119 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
137 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
150 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
161 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
163 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
179 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument
182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl()
192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl()
212 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl()
[all …]
/openbsd-src/gnu/llvm/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);
H A DDAGDeltaAlgorithm.h64 changeset_ty Run(const changeset_ty &Changes,
68 virtual void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/
H A DTransformer.h53 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-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DTransformer.cpp61 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-src/gnu/llvm/llvm/docs/
H A DReleaseNotes.rst80 Changes to the LLVM IR
117 Changes to building LLVM
120 Changes to TableGen
123 Changes to Interprocedural Optimizations
132 Changes to the AArch64 Backend
145 Changes to the AMDGPU Backend
148 Changes to the ARM Backend
160 Changes to the AVR Backend
165 Changes to the DirectX Backend
168 Changes to the Hexagon Backend
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Search-Dict/
H A DREADME.patching10 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-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
H A DREADME.patching10 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-src/gnu/usr.bin/perl/Porting/
H A Dadd-package.pl20 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 );
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DNEWS25 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-src/gnu/usr.bin/perl/lib/
H A Dh2xs.t91 Writing $name/Changes
104 Writing $name/Changes
117 Writing $name/Changes
130 Writing $name/Changes
139 Writing $name/Changes
152 Writing $name/Changes
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DNEWS34 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:
144 Changes in binutils 2.11:
158 Changes in binutils 2.10:
192 Changes in binutils 2.9:
202 Changes in binutils 2.8:
228 Changes in binutils 2.7:
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DNEWS16 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-src/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/t/
H A Dchanges.t35 require Test::CPAN::Changes;
36 Test::CPAN::Changes->import();
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
H A D94_changes.t35 require Test::CPAN::Changes;
36 Test::CPAN::Changes->import();
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DNEWS18 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:
170 Changes in version 2.10:
206 Changes in version 2.9:
215 Changes in version 2.8:
[all …]
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp70 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 DClangRefactor.cpp318 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 __anonf090c3dd0111::ClangRefactorTool
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DNEWS37 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 …]
/openbsd-src/lib/libz/
H A DChangeLog4 Changes in 1.3.1.1 (xx Jan 2024)
7 Changes in 1.3.1 (22 Jan 2024)
17 Changes in 1.3 (18 Aug 2023)
35 Changes in 1.2.13 (13 Oct 2022)
47 Changes in 1.2.12 (27 Mar 2022)
110 Changes in 1.2.11 (15 Jan 2017)
114 Changes in 1.2.10 (2 Jan 2017)
121 Changes in 1.2.9 (31 Dec 2016)
153 Changes in 1.2.8 (28 Apr 2013)
160 Changes in 1.2.7.3 (13 Apr 2013)
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp145 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()

12345678910>>...14