Home
last modified time | relevance | path

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

12345678910>>...30

/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pm129 return @removed;
481 removed => {
494 removed => {
540 removed => {
586 removed => {
664 removed => {
724 removed => {
784 removed => {
819 removed => {
842 removed => {
[all …]
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm70 return @removed;
83 removed => {
92 removed => {
107 removed => {
116 removed => {
127 removed => {
136 removed => {
144 removed => {
152 removed => {
165 removed => {
[all …]
/openbsd/gnu/llvm/libcxx/lib/abi/
H A DCHANGELOG.TXT103 Symbol removed: _ZNSt3__111__libcpp_dbC1Ev
104 Symbol removed: _ZNSt3__111__libcpp_dbC2Ev
112 Symbol removed: _ZNSt3__18__c_nodeD0Ev
113 Symbol removed: _ZNSt3__18__c_nodeD1Ev
114 Symbol removed: _ZNSt3__18__c_nodeD2Ev
115 Symbol removed: _ZNSt3__18__get_dbEv
116 Symbol removed: _ZNSt3__18__i_nodeD1Ev
117 Symbol removed: _ZNSt3__18__i_nodeD2Ev
118 Symbol removed: _ZTINSt3__18__c_nodeE
119 Symbol removed: _ZTSNSt3__18__c_nodeE
[all …]
/openbsd/gnu/usr.bin/perl/Porting/
H A 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}->%*)) <=>
392 removed => $deltas{$smallest}{removed},
413 ($delta->{changed}, $delta->{removed}) = calculate_delta(
426 removed => $deltas{$smallest}{removed},
433 my(%changed, %removed);
437 $removed{$package} = 1;
[all …]
H A Dnewtests-perldelta.pl57 my %removed;
63 $removed{ $file } = $file;
79 next if $removed{ $file };
/openbsd/games/hunt/huntd/
H A 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/gnu/llvm/libcxx/include/
H A 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
256 class binder2nd // deprecated in C++11, removed in C++17
272 template <class Arg, class Result> // deprecated in C++11, removed in C++17
294 template<class S, class T> // deprecated in C++11, removed in C++17
398 function(allocator_arg_t, const Alloc&) noexcept; // removed in C++17
400 function(allocator_arg_t, const Alloc&, nullptr_t) noexcept; // removed in C++17
[all …]
H A Dmemory112 class allocator<void> // 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
154 void construct(U* p, Args&&... args); // deprecated in C++17, removed in C++20
156 void destroy(U* p); // deprecated in C++17, removed in C++20
166 class raw_storage_iterator // deprecated in C++17, removed in C++20
378 template <class Y> struct auto_ptr_ref {}; // deprecated in C++11, removed in C++17
381 class auto_ptr // deprecated in C++11, removed in C++17
441 unique_ptr(auto_ptr<U>&& u) noexcept; // removed in C++17
603 template<class Y> shared_ptr(auto_ptr<Y>&& r); // removed in C++17
[all …]
H A 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/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dobject2.t121 ok($destroyed[$ID], 'Hash object removed from cleared normal array');
126 ok($destroyed[$ID], 'Hash object removed from undef normal array');
150 ok($destroyed[$ID], 'Array object removed from undef 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');
225 ok($destroyed[$ID], 'Array object removed from undef normal hash');
249 ok($destroyed[$ID], 'Scalar object removed from undef normal hash');
276 ok($destroyed[$ID], 'Hash object removed from undef shared array');
351 ok($destroyed[$ID], 'Hash object removed from undef shared hash');
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dsymbolcache.t15 sub removed { 23 }
16 sub bound { removed() }
17 delete $main::{removed};
/openbsd/gnu/llvm/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py32 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)
220 return (removed, added, updated)
253 return (removed, added, updated)
724 removed, added = m.diff(prev_m)
725 for k in removed:
[all …]
/openbsd/regress/bin/ksh/
H A 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/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath_win32.t34 my $removed = rmtree($UNC_path);
36 cmp_ok($removed, '>', 0, "removed $removed entries from $UNC_path");
/openbsd/usr.sbin/bgpd/
H A 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/gnu/llvm/llvm/tools/opt-viewer/
H A Dopt-diff.py62 removed = set(all_remarks1.values()) - set(all_remarks2.values()) variable
66 for r in removed:
69 result = list(added | removed)
/openbsd/gnu/llvm/llvm/utils/release/
H A DfindRegressions-simple.py69 removed = ''
122 removed += t + "\n"
148 if len(removed) != 0:
150 print(removed)
/openbsd/usr.bin/cvs/
H A 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/regress/lib/libc/sys/
H A DREADME48 t_getcontext - not available, removed in POSIX.1-2008
53 t_mincore - removed
70 t_swapcontext - not available, removed in POSIX.1-2008
72 t_ucontext - not available, removed in POSIX.1-2008
/openbsd/usr.sbin/ldapd/
H A 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/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm410 my @removed = ();
427 push @removed, $old;
484 return @removed;
490 if (@removed) {
491 my $last = pop @removed;
/openbsd/gnu/llvm/libcxx/docs/
H A 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/gnu/llvm/libcxx/docs/DesignDocs/
H A 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/gnu/llvm/libcxx/utils/
H A Dsym_diff.py57 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
61 added, removed, changed, names_only=args.names_only,
/openbsd/gnu/gcc/intl/
H A DREADME11 top-level COPYING.LIB and have therefore been removed.
15 removed.

12345678910>>...30