Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pm14 my (%expanded, $delta_from, $base, $changed, $removed);
16 ($delta_from, $changed, $removed) = @{$delta->{$v}}{qw( delta_from changed removed )};
18 my %full = ( %$base, %{$changed || {}} );
444 changed => {
501 changed => {
514 changed => {
562 changed => {
606 changed => {
685 changed
[all...]
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm75 changed => {
89 changed => {
98 changed => {
113 changed => {
124 changed => {
133 changed => {
142 changed => {
150 changed => {
158 changed => {
171 changed
[all...]
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dcorelist.pl162 foreach my $key (sort keys $delta_data->{changed}->%*) {
164 defined $delta_data->{changed}{$key} ? "'"
165 . $delta_data->{changed}{$key} . "'" : "undef";
268 foreach my $key (sort keys $delta_data->{changed}->%*) {
270 defined $delta_data->{changed}{$key} ? "'"
271 . $delta_data->{changed}{$key} . "'" : "undef";
321 foreach my $key (sort keys $delta_utils->{changed}->%*) {
323 defined $delta_utils->{changed}{$key} ? "'"
324 . $delta_utils->{changed}{$key} . "'" : "undef";
379 ($delta->{changed}, $delta->{removed}) = calculate_delta(
[all …]
H A Dconfig_h.pl43 my $changed;
45 $changed = 0;
53 $changed++;
57 } while ($changed);
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseBitVector.h173 bool changed = false; in unionWith() local
175 BitWord old = changed ? 0 : Bits[i]; in unionWith()
178 if (!changed && old != Bits[i]) in unionWith()
179 changed = true; in unionWith()
181 return changed; in unionWith()
197 bool changed = false; in intersectWith() local
202 BitWord old = changed ? 0 : Bits[i]; in intersectWith()
208 if (!changed && old != Bits[i]) in intersectWith()
209 changed = true; in intersectWith()
212 return changed; in intersectWith()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp141 bool changed = false; in fixupX86StructRetCalls() local
198 changed = true; in fixupX86StructRetCalls()
200 return changed; in fixupX86StructRetCalls()
216 bool changed = false; in fixupRSAllocationStructByValCalls() local
238 changed = true; in fixupRSAllocationStructByValCalls()
249 changed = true; in fixupRSAllocationStructByValCalls()
253 return changed; in fixupRSAllocationStructByValCalls()
264 bool changed = false; in fixupX86_64FunctionCalls() local
265 changed |= fixupX86StructRetCalls(module); in fixupX86_64FunctionCalls()
266 changed |= fixupRSAllocationStructByValCalls(module); in fixupX86_64FunctionCalls()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp65 bool changed = false; in SetValueFromString() local
74 changed = true; in SetValueFromString()
83 if (changed) in SetValueFromString()
105 bool changed = false; in SetValueFromString() local
112 changed = true; in SetValueFromString()
121 if (changed) in SetValueFromString()
138 bool changed = false; in SetValueFromString() local
147 changed = true; in SetValueFromString()
157 if (changed) in SetValueFromString()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-unswitch.c88 bool changed = false; in tree_ssa_unswitch_loops() local
103 changed |= tree_unswitch_single_loop (loops, loop, 0); in tree_ssa_unswitch_loops()
106 if (changed) in tree_ssa_unswitch_loops()
186 bool changed = false; in tree_unswitch_single_loop() local
226 return changed; in tree_unswitch_single_loop()
235 changed = true; in tree_unswitch_single_loop()
241 changed = true; in tree_unswitch_single_loop()
260 return changed; in tree_unswitch_single_loop()
H A Dtree-ssa-loop-ivcanon.c338 bool changed = false; in canonicalize_induction_variables() local
345 changed |= canonicalize_loop_induction_variables (loops, loop, in canonicalize_induction_variables()
354 if (changed) in canonicalize_induction_variables()
368 bool changed = false; in tree_unroll_loops_completely() local
382 changed |= canonicalize_loop_induction_variables (loops, loop, in tree_unroll_loops_completely()
391 if (changed) in tree_unroll_loops_completely()
548 try_remove_empty_loop (struct loop *loop, bool *changed) in try_remove_empty_loop() argument
555 nonempty_subloop |= !try_remove_empty_loop (sub, changed); in try_remove_empty_loop()
561 *changed = true; in try_remove_empty_loop()
570 bool changed = false; in remove_empty_loops() local
[all …]
H A Dsbitmap.c247 SBITMAP_ELT_TYPE changed = 0; in sbitmap_union_of_diff_cg() local
252 changed |= *dstp ^ tmp; in sbitmap_union_of_diff_cg()
256 return changed != 0; in sbitmap_union_of_diff_cg()
347 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_and_b_cg() local
352 changed |= *dstp ^ tmp; in sbitmap_a_and_b_cg()
356 return changed != 0; in sbitmap_a_and_b_cg()
381 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_xor_b_cg() local
386 changed |= *dstp ^ tmp; in sbitmap_a_xor_b_cg()
390 return changed != 0; in sbitmap_a_xor_b_cg()
415 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_or_b_cg() local
[all …]
H A Dtree-ssa-forwprop.c674 forward_propagate_addr_expr_1 (tree stmt, tree use_stmt, bool *changed) in forward_propagate_addr_expr_1() argument
694 if (changed) in forward_propagate_addr_expr_1()
695 *changed = true; in forward_propagate_addr_expr_1()
709 if (changed) in forward_propagate_addr_expr_1()
710 *changed = true; in forward_propagate_addr_expr_1()
731 if (changed) in forward_propagate_addr_expr_1()
732 *changed = true; in forward_propagate_addr_expr_1()
765 if (changed) in forward_propagate_addr_expr_1()
766 *changed = true; in forward_propagate_addr_expr_1()
792 if (res && changed) in forward_propagate_addr_expr_1()
[all …]
H A Dbitmap.c812 BITMAP_WORD changed = 0; in bitmap_and_compl_into() local
843 changed |= cleared; in bitmap_and_compl_into()
855 return changed != 0; in bitmap_and_compl_into()
1056 bool changed = false; in bitmap_ior() local
1067 if (!changed && dst_elt && dst_elt->indx == a_elt->indx) in bitmap_ior()
1076 changed = true; in bitmap_ior()
1082 changed = true; in bitmap_ior()
1115 if (!changed && dst_elt && dst_elt->indx == src->indx) in bitmap_ior()
1123 changed = true; in bitmap_ior()
1128 changed = true; in bitmap_ior()
[all …]
H A Dcfgcleanup.c410 bool changed = false; in try_forward_edges() local
605 changed = true; in try_forward_edges()
613 return changed; in try_forward_edges()
1824 bool changed; in try_crossjump_bb() local
1870 changed = false; in try_crossjump_bb()
1892 changed = true; in try_crossjump_bb()
1942 changed = true; in try_crossjump_bb()
1950 return changed; in try_crossjump_bb()
1960 bool changed; in try_optimize_cfg() local
1981 changed = false; in try_optimize_cfg()
[all …]
H A Dtree-cfgcleanup.c517 bool changed = false; in cleanup_forwarder_blocks() local
530 changed |= remove_forwarder_block (bb, &current); in cleanup_forwarder_blocks()
534 return changed; in cleanup_forwarder_blocks()
577 bool retval, changed; in cleanup_tree_cfg() local
583 changed = false; in cleanup_tree_cfg()
587 changed |= retval; in cleanup_tree_cfg()
599 return changed; in cleanup_tree_cfg()
607 bool changed = cleanup_tree_cfg (); in cleanup_tree_cfg_loop() local
609 if (changed) in cleanup_tree_cfg_loop()
/openbsd-src/gnu/usr.bin/perl/
H A Dmake_patchnum.pl128 my ($changed, $extra_info, $commit_title)= ("") x 3;
180 $changed = $?;
181 unless ($changed) {
183 $changed = $?;
204 if ($changed) {
219 @{[$changed ? "#define PERL_GIT_UNCOMMITTED_CHANGES" : ()]}
229 git_uncommitted_changes='$changed'
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.c232 SBITMAP_ELT_TYPE changed = 0; local
237 changed |= *dstp ^ tmp;
241 return changed != 0;
312 SBITMAP_ELT_TYPE changed = 0; local
317 changed = *dstp ^ tmp;
321 return changed != 0;
348 SBITMAP_ELT_TYPE changed = 0; local
353 changed = *dstp ^ tmp;
357 return changed != 0;
384 SBITMAP_ELT_TYPE changed = 0; local
[all …]
H A Dcfgcleanup.c440 bool changed = false; local
656 changed = true;
662 return changed;
1504 bool changed; local
1524 changed = false;
1539 changed = true;
1580 changed = true;
1587 return changed;
1598 bool changed; local
1618 changed = false;
[all …]
H A Dssa.c596 int b, changed; local
610 changed = 0;
621 changed = 1;
624 while (changed);
1507 int changed = 0; local
1561 ++changed;
1566 return changed;
1580 int changed = 0; local
1647 ++changed;
1654 return changed;
[all …]
/openbsd-src/usr.bin/tmux/
H A Dcmd-select-layout.c100 goto changed; in cmd_select_layout_exec()
105 goto changed; in cmd_select_layout_exec()
122 goto changed; in cmd_select_layout_exec()
132 goto changed; in cmd_select_layout_exec()
138 changed: in cmd_select_layout_exec()
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Ddiff.py39 changed = []
46 changed += [(old_sym, new_sym)]
47 return changed
53 changed = changed_symbols(old, new)
54 return added, removed, changed
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DHandleConfig.pm160 my $changed;
178 $changed = 1;
181 $changed = 1;
184 $changed = 1;
187 $changed = 1;
192 $changed = 1;
195 $changed = 1;
199 if ($changed) {
222 $changed = 1;
232 $changed = 1;
[all …]
/openbsd-src/lib/libcurses/base/
H A Dlib_touch.c82 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln() argument
86 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), (void *) win, y, n, changed)); in wtouchln()
94 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE); in wtouchln()
95 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed in wtouchln()
/openbsd-src/usr.bin/mandoc/
H A Dtag.c95 int changed; in tag_put() local
111 changed = 1; in tag_put()
132 changed = 0; in tag_put()
148 changed = 1; in tag_put()
152 changed = 1; in tag_put()
158 changed = 1; in tag_put()
225 if (changed) { in tag_put()
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dnew-mbr.t
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/
H A DREADME1 Tests in this directory are for functionality that has changed in GCC
5 Each test header for changed behavior should indicate the version in
6 which the behavior changed, in order to help users of these tests to

12345678910>>...43