Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 727) sorted by relevance

12345678910>>...30

/openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
DCoreList.pm14 my (%expanded, $delta_from, $base, $changed, $removed);
16 ($delta_from, $changed, $removed) = @{$delta->{$v}}{qw( delta_from changed removed )};
19 delete @full{ keys %$removed };
128 my @removed = grep { $_ > $last } sort { $a cmp $b } keys %version;
129 return @removed;
496 removed => {
509 removed => {
555 removed => {
601 removed => {
679 removed => {
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
DUtils.pm69 my @removed = grep { $_ > $last } sort { $a cmp $b } keys %utilities;
70 return @removed;
83 removed => {
92 removed => {
107 removed => {
116 removed => {
127 removed => {
136 removed => {
144 removed => {
152 removed => {
[all …]
/openbsd/src/gnu/llvm/libcxx/lib/abi/
DCHANGELOG.TXT8 including what symbols were added, removed, or changed.
76 This commit removed symbols implementing debug mode in the non-debug
85 Symbol removed: _ZNKSt3__111__libcpp_db15__decrementableEPKv
86 Symbol removed: _ZNKSt3__111__libcpp_db15__find_c_from_iEPv
87 Symbol removed: _ZNKSt3__111__libcpp_db15__subscriptableEPKvl
88 Symbol removed: _ZNKSt3__111__libcpp_db17__dereferenceableEPKv
89 Symbol removed: _ZNKSt3__111__libcpp_db17__find_c_and_lockEPv
90 Symbol removed: _ZNKSt3__111__libcpp_db22__less_than_comparableEPKvS2_
91 Symbol removed: _ZNKSt3__111__libcpp_db6unlockEv
92 Symbol removed: _ZNKSt3__111__libcpp_db8__find_cEPv
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dcorelist.pl169 for my $key (sort keys %{ $delta_data->{removed} || {} }) {
275 for my $key (sort keys %{ $delta_data->{removed} || {} }) {
328 for my $key (sort keys %{ $delta_utils->{removed} || {} }) {
379 ($delta->{changed}, $delta->{removed}) = calculate_delta(
384 ((keys($deltas{$a}->{changed}->%*) + keys($deltas{$a}->{removed}->%*)) <=>
385 (keys($deltas{$b}->{changed}->%*) + keys($deltas{$b}->{removed}->%*))) ||
392 removed => $deltas{$smallest}{removed},
413 ($delta->{changed}, $delta->{removed}) = calculate_delta(
418 ((keys($deltas{$a}->{changed}->%*) + keys($deltas{$a}->{removed}->%*)) <=>
419 (keys($deltas{$b}->{changed}->%*) + keys($deltas{$b}->{removed}->%*))) ||
[all …]
Dnewtests-perldelta.pl57 my %removed;
63 $removed{ $file } = $file;
79 next if $removed{ $file };
/openbsd/src/games/hunt/huntd/
Dexpl.c151 static REGEN *removed = NULL; variable
157 rem_index = removed = calloc(conf_maxremove, sizeof(REGEN)); in init_removed()
176 if (removed == NULL) in remove_wall()
191 if (++r >= removed + conf_maxremove) in remove_wall()
192 r = removed; in remove_wall()
228 if (++r >= removed + conf_maxremove) in remove_wall()
229 rem_index = removed; in remove_wall()
247 if (removed == NULL) in clearwalls()
249 for (rp = removed; rp < removed + conf_maxremove; rp++) in clearwalls()
251 rem_index = removed; in clearwalls()
/openbsd/src/gnu/llvm/libcxx/include/
Dfunctional179 class unary_negate // deprecated in C++17, removed in C++20
187 template <class Predicate> // deprecated in C++17, removed in C++20
191 class binary_negate // deprecated in C++17, removed in C++20
202 template <class Predicate> // deprecated in C++17, removed in C++20
239 class binder1st // deprecated in C++11, removed in C++17
253 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in …
256 class binder2nd // deprecated in C++11, removed in C++17
270 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in …
272 template <class Arg, class Result> // deprecated in C++11, removed in C++17
281 …unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, removed in C++17
[all …]
Dmemory112 class allocator<void> // removed in C++20
128 typedef T* pointer; // deprecated in C++17, removed in C++20
129 typedef const T* const_pointer; // deprecated in C++17, removed in C++20
131 reference; // deprecated in C++17, removed in C++20
133 const_reference; // deprecated in C++17, removed in C++20
137 …template <class U> struct rebind {typedef allocator<U> other;}; // deprecated in C++17, removed in…
147 … pointer address(reference x) const noexcept; // deprecated in C++17, removed in C++20
148 … const_pointer address(const_reference x) const noexcept; // deprecated in C++17, removed in C++20
149 T* allocate(size_t n, const void* hint); // deprecated in C++17, removed in C++20
152 size_type max_size() const noexcept; // deprecated in C++17, removed in C++20
[all …]
Dsystem_error35 bool operator!=(const error_category& rhs) const noexcept; // removed in C++20
36 bool operator<(const error_category& rhs) const noexcept; // removed in C++20
129 …=(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20
131 …=(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20
132 …=(const error_code& lhs, const error_condition& rhs) noexcept; // removed in C++20
133 …=(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20
134 …=(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20
135 …(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20
136 …(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20
/openbsd/src/gnu/usr.bin/perl/dist/threads-shared/t/
Dobject2.t121 ok($destroyed[$ID], 'Hash object removed from cleared normal array');
126 ok($destroyed[$ID], 'Hash object removed from undef normal array');
145 ok($destroyed[$ID], 'Array object removed from cleared normal array');
150 ok($destroyed[$ID], 'Array object removed from undef normal array');
169 ok($destroyed[$ID], 'Scalar object removed from cleared normal array');
174 ok($destroyed[$ID], 'Scalar object removed from undef normal array');
196 ok($destroyed[$ID], 'Hash object removed from cleared normal hash');
201 ok($destroyed[$ID], 'Hash object removed from undef normal hash');
220 ok($destroyed[$ID], 'Array object removed from cleared normal hash');
225 ok($destroyed[$ID], 'Array object removed from undef normal hash');
[all …]
/openbsd/src/lib/
Dcheck_sym217 output_if_not_empty "removed:" comm -23 D[12]
227 output_if_not_empty "removed:" comm -23 DU[12]
238 output_if_not_empty "PLT removed:" comm -23 J[12]
274 output_if_not_empty "removed:" comm -23 S[12]
284 output_if_not_empty "removed:" comm -23 SU[12]
/openbsd/src/gnu/usr.bin/perl/t/op/
Dsymbolcache.t15 sub removed { 23 }
16 sub bound { removed() }
17 delete $main::{removed};
/openbsd/src/gnu/llvm/clang/utils/analyzer/
Dexploded-graph-rewriter.py30 removed = [k for k in prev if k not in curr or curr[k] != prev[k]]
32 return (removed, added)
44 removed, added = self.diff(prev)
45 return len(removed) != 0 or len(added) != 0
141 removed, added = self.diff_bindings(prev)
142 return len(removed) != 0 or len(added) != 0
204 removed, added = self.diff_bindings(prev)
205 return len(removed) != 0 or len(added) != 0
216 removed = [k for k in prev.clusters if k not in self.clusters]
220 return (removed, added, updated)
[all …]
/openbsd/src/regress/bin/ksh/
Dheredoc.t147 Check that heredoc temp files aren't removed too soon or too late.
172 Check that heredoc temp files aren't removed too soon or too late.
195 Check that heredoc temp files aren't removed too soon or too late.
226 Check that heredoc temp files aren't removed too soon or too late.
244 Check that heredoc temp files aren't removed too soon or too late.
269 Check that heredoc temp files aren't removed too soon or too late.
287 Check that heredoc temp files aren't removed too soon or too late.
305 Check that heredoc temp files aren't removed too soon or too late.
/openbsd/src/gnu/usr.bin/perl/cpan/File-Path/t/
DPath_win32.t34 my $removed = rmtree($UNC_path);
36 cmp_ok($removed, '>', 0, "removed $removed entries from $UNC_path");
/openbsd/src/usr.sbin/bgpd/
Drde_decide.c337 int testall, preferred, selected = 0, removed = 0; in prefix_insert() local
355 removed = 1; in prefix_insert()
387 if (removed) { in prefix_insert()
390 removed = 0; in prefix_insert()
429 int testall, removed = 0; in prefix_remove() local
451 removed = 1; in prefix_remove()
459 if (removed) { in prefix_remove()
462 removed = 0; in prefix_remove()
/openbsd/src/gnu/llvm/llvm/tools/opt-viewer/
Dopt-diff.py62 removed = set(all_remarks1.values()) - set(all_remarks2.values()) variable
66 for r in removed:
69 result = list(added | removed)
/openbsd/src/gnu/llvm/llvm/utils/release/
DfindRegressions-simple.py69 removed = ''
122 removed += t + "\n"
148 if len(removed) != 0:
150 print(removed)
/openbsd/src/usr.bin/cvs/
Dremove.c30 static int removed = 0; variable
111 if (removed != 0) { in cvs_remove()
115 "permanently", __progname, (removed > 1) ? in cvs_remove()
225 removed++; in cvs_remove_local()
/openbsd/src/regress/lib/libc/sys/
DREADME48 t_getcontext - not available, removed in POSIX.1-2008
53 t_mincore - removed
68 t_swapcontext - not available, removed in POSIX.1-2008
70 t_ucontext - not available, removed in POSIX.1-2008
/openbsd/src/usr.sbin/ldapd/
Dattributes.c211 struct ber_element *removed; in ldap_del_values() local
230 removed = ober_unlink_elements(prev); in ldap_del_values()
231 ober_link_elements(prev, removed->be_next); in ldap_del_values()
232 ober_free_element(removed); in ldap_del_values()
/openbsd/src/gnu/usr.bin/perl/cpan/DB_File/
DDB_File.pm410 my @removed = ();
427 push @removed, $old;
484 return @removed;
490 if (@removed) {
491 my $last = pop @removed;
/openbsd/src/gnu/llvm/libcxx/docs/
DReleaseNotes.rst104 - Several incidental transitive includes have been removed from libc++. Those
105 includes are removed based on the language version used. Incidental transitive
106 inclusions of the following headers have been removed:
123 - The legacy testing system for libc++, libc++abi, and libunwind has been removed.
132 extension has been removed.
135 …``std::function`` has been removed. Users who need to use ``std::function`` should switch to C++11…
139 ``<experimental/memory_resource>`` will be removed in LLVM 18.
146 - The base template for ``std::char_traits`` has been marked as deprecated and will be removed in L…
192 been removed. Instead, please build according to :ref:`these instructions <build instructions>`.
/openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/
DExperimentalFeatures.rst52 After **2 releases** of LLVM, the experimental feature is removed completely
55 removal of the corresponding experimental feature, the header is removed.
69 … | Shipped in ``std`` | To be removed from ``std::exper…
147 removed in LLVM 11.0 (due to the lack of deprecation warnings before LLVM 9.0).
159 will be removed in LLVM 16.0.
185 … | Shipped in ``std`` | To be removed from ``std::exper…
/openbsd/src/gnu/llvm/libcxx/utils/
Dsym_diff.py57 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
61 added, removed, changed, names_only=args.names_only,

12345678910>>...30