Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 1279) sorted by relevance

12345678910>>...52

/netbsd/src/lib/libc/
Dshlib_version5 # - remove code under BUILD_LEGACY
6 # - remove BCS code in citrus and replace it with use of the C locale
12 # - libc/gen/setproctitle.c: remove __ps_strings hack
14 # - lib/libc/net/iso_addr.c: remove
15 # - libc/gen/times.c: remove; __times13() -> times()
16 # - libc/gen/timezone.c: remove; __timezone13 -> timezone
17 # - libc/net/getaddrinfo.c, netdb.h: remove __ai_pad0
18 # - libc/gen/utmpx.c, utmpx.h: remove lastlogxname, __getlastlogx13 -> getlastlogx
21 # - libc/gen/is{inf,nan}d_ieee754.c: remove is{inf,nan} aliases
22 # - libc/arch/vax/gen/is{inf,nan}.c: remove
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dhash-traits.h28 static inline void remove (Type *p);
34 static inline void remove (const Type *p);
41 typed_free_remove <Type>::remove (Type *p) in remove() function
48 typed_const_free_remove <Type>::remove (const Type *p) in remove() function
58 static inline void remove (Type *p);
66 typed_delete_remove <Type>::remove (Type *p) in remove() function
76 static inline void remove (Type &);
84 typed_noop_remove <Type>::remove (Type &) in remove() function
243 static void remove (T &) {} in remove() function
343 static inline void remove (value_type &);
[all …]
Dsanopt.cc366 bool remove = false; in maybe_optimize_ubsan_null_ifn() local
390 remove = true; in maybe_optimize_ubsan_null_ifn()
394 remove = (flag_sanitize_recover & SANITIZE_NULL) == 0 in maybe_optimize_ubsan_null_ifn()
398 remove = (flag_sanitize_recover & SANITIZE_ALIGNMENT) == 0 in maybe_optimize_ubsan_null_ifn()
402 if (!remove && gimple_bb (g) == gimple_bb (stmt) in maybe_optimize_ubsan_null_ifn()
406 if (!remove) in maybe_optimize_ubsan_null_ifn()
408 return remove; in maybe_optimize_ubsan_null_ifn()
630 bool remove = false; in can_remove_asan_check() local
678 remove = true; in can_remove_asan_check()
698 return remove; in can_remove_asan_check()
[all …]
Dsymbol-summary.h57 virtual void remove (cgraph_node *, T *) {} in remove() function
118 m_allocator.remove (item); in release()
217 using function_summary_base<T>::remove; in class()
218 void remove (cgraph_node *node) in class()
224 m_map.remove (uid); in class()
302 summary->remove (node); in symtab_removal()
411 using function_summary_base<T>::remove;
412 void remove (cgraph_node *node)
494 summary->remove (node);
582 virtual void remove (cgraph_edge *, T *) {}
[all …]
Dhash-map-traits.h38 template <typename T> static inline void remove (T &);
64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() function
66 H::remove (entry.m_key); in remove()
116 template <typename T> static inline void remove (T &);
127 unbounded_hashmap_traits <Value>::remove (T &entry) in remove() function
129 default_hash_traits <Value>::remove (entry.m_value); in remove()
Dhash-set-tests.cc63 s.remove (red); in test_set_of_strings()
69 s.remove (red); in test_set_of_strings()
124 t.remove (red); in test_set_of_strings()
130 t.remove (red); in test_set_of_strings()
219 static void remove (value_type &v) in remove() function
279 s.remove (v2); in test_set_of_type_with_ctor_and_dtor()
281 s.remove (v3); in test_set_of_type_with_ctor_and_dtor()
Dsymtab-clones.h45 static void remove (cgraph_node *node);
63 clone_info::remove (cgraph_node *node) in remove() function
65 symtab->m_clones->remove (node); in remove()
Dhash-map-tests.cc77 m.remove (eric); in test_map_of_strings_to_int()
81 m.remove (eric); in test_map_of_strings_to_int()
275 m.remove (p); in test_map_of_type_with_ctor_and_dtor()
277 m.remove (q); in test_map_of_type_with_ctor_and_dtor()
311 m.remove (a[i]); in test_map_of_type_with_ctor_and_dtor()
413 m.remove (a[i]); in test_map_of_type_with_ctor_and_dtor_expand()
436 m.remove (a[i]); in test_map_of_type_with_ctor_and_dtor_expand()
Dsymtab-thunks.h135 static void remove (cgraph_node *node);
160 thunk_info::remove (cgraph_node *node) in remove() function
162 symtab->m_thunks->remove (node); in remove()
Dalloc-pool.h150 void remove (void *object);
430 base_pool_allocator <TBlockAllocator>::remove (void *object) in remove() function
519 remove (T *object) in remove() function
524 m_allocator.remove (object); in remove()
530 m_allocator.remove (object); in remove_raw()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-cpus.in251 # strip off 32 D-registers, but does not remove support for
378 option nofp remove ALL_FP
388 option nofp remove ALL_FP
398 option nofp remove ALL_FP
408 option nofp remove ALL_FP
418 option nofp remove ALL_FP
428 option nofp remove ALL_FP
438 option nofp remove ALL_FP
448 option nofp remove ALL_FP
458 option nofp remove ALL_FP
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_rlock.c463 zfs_range_unlock_reader(znode_t *zp, rl_t *remove) in zfs_range_unlock_reader() argument
476 if (remove->r_cnt == 1) { in zfs_range_unlock_reader()
477 avl_remove(tree, remove); in zfs_range_unlock_reader()
478 if (remove->r_write_wanted) { in zfs_range_unlock_reader()
479 cv_broadcast(&remove->r_wr_cv); in zfs_range_unlock_reader()
480 cv_destroy(&remove->r_wr_cv); in zfs_range_unlock_reader()
482 if (remove->r_read_wanted) { in zfs_range_unlock_reader()
483 cv_broadcast(&remove->r_rd_cv); in zfs_range_unlock_reader()
484 cv_destroy(&remove->r_rd_cv); in zfs_range_unlock_reader()
487 ASSERT0(remove->r_cnt); in zfs_range_unlock_reader()
[all …]
/netbsd/src/external/bsd/atf/dist/atf-c++/
Dmacros_test.cpp367 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
369 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
416 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
418 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
461 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
463 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
508 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
510 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
553 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
555 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
[all …]
/netbsd/src/tests/sbin/resize_ffs/
Dcommon.sh158 local remove=$((numdata-numdata*nsize/osize))
159 local dataleft=$((numdata-remove))
160 echo remove is $remove dataleft is $dataleft
161 remove_multiple ${remove}
171 check_data_range $((remove + 1)) ${numdata}
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc6796 bool remove = false; in finish_omp_clauses() local
6828 remove = true; in finish_omp_clauses()
6837 remove = true; in finish_omp_clauses()
6893 remove = true; in finish_omp_clauses()
6907 remove = true; in finish_omp_clauses()
6917 remove = true; in finish_omp_clauses()
6929 remove = true; in finish_omp_clauses()
6952 remove = true; in finish_omp_clauses()
6972 remove = true; in finish_omp_clauses()
6995 remove = true; in finish_omp_clauses()
[all …]
/netbsd/src/external/bsd/kyua-cli/dist/utils/fs/
Dauto_cleaners.cpp171 this->remove(); in ~impl()
182 remove(void) in remove() function
252 fs::auto_file::remove(void) in remove() function in fs::auto_file
254 _pimpl->remove(); in remove()
/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtfpif.c209 remove (filenameCompressed); in doit()
265 remove (filenameCompressed); in check_bad()
273 remove (filenameCompressed); in check_bad()
299 remove (filenameCompressed); in check_bad()
314 remove (filenameCompressed); in check_bad()
353 remove (filenameCompressed); in check_bad()
386 remove (filenameCompressed); in check_bad()
/netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/
Dtest-pexecute.c240 remove ("temp.x"); in main()
241 remove ("temp.y"); in main()
275 remove ("temp.z"); in main()
363 remove ("temp.x"); in main()
364 remove ("temp.y"); in main()
393 remove ("temp2.x"); in main()
394 remove ("temp2.y"); in main()
444 remove ("temp.y"); in main()
/netbsd/src/sys/kern/
Dbufq_priocscan.c155 cscan_get(struct cscan_queue *q, int remove, struct cscan_key *key) in cscan_get() argument
165 if (bp != NULL && remove) { in cscan_get()
274 bufq_priocscan_get(struct bufq_state *bufq, int remove) in bufq_priocscan_get() argument
354 if (remove) { in bufq_priocscan_get()
371 if (remove) { in bufq_priocscan_get()
381 bp = cscan_get(&pq->q_queue, remove, in bufq_priocscan_get()
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dpex-common.c75 obj->remove = NULL; in pex_init_common()
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
638 remove (obj->remove[i]); in pex_free()
639 free (obj->remove[i]); in pex_free()
641 free (obj->remove); in pex_free()
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dpex-common.c75 obj->remove = NULL; in pex_init_common()
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
638 remove (obj->remove[i]); in pex_free()
639 free (obj->remove[i]); in pex_free()
641 free (obj->remove); in pex_free()
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dpex-common.c75 obj->remove = NULL; in pex_init_common()
89 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
94 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
638 remove (obj->remove[i]); in pex_free()
639 free (obj->remove[i]); in pex_free()
641 free (obj->remove); in pex_free()
/netbsd/src/external/bsd/atf/dist/atf-c++/detail/
Dfs_test.cpp492 ATF_TEST_CASE(remove);
493 ATF_TEST_CASE_HEAD(remove) in ATF_TEST_CASE_HEAD() argument
497 ATF_TEST_CASE_BODY(remove) in ATF_TEST_CASE_BODY() argument
501 using atf::fs::remove; in ATF_TEST_CASE_BODY()
506 remove(path("files/reg")); in ATF_TEST_CASE_BODY()
510 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir"))); in ATF_TEST_CASE_BODY()
544 ATF_ADD_TEST_CASE(tcs, remove); in ATF_INIT_TEST_CASES()
/netbsd/src/external/gpl3/gcc/dist/maintainer-scripts/
Dbranch_changer.py202 def search(api_key, remove, add, limit, doit): argument
208 if remove:
209 bug.remove_release(remove)
250 if args.remove or args.add:
251 search(args.api_key, args.remove, args.add, args.limit, args.doit)
/netbsd/src/external/gpl2/xcvs/dist/src/
DChangeLog-919496 * options.h: remove S_IWRITE, S_IWGRP, S_IWOTH macros
113 * all .c files: remove the semicolon from after the USE(var)
120 * commit.c (checkaddfile): remove unused file argument from
123 * rcs.c (RCS_nodeisbranch): remove file from arguments (was unused)
125 * rcs.h (RCS_nodeisbranch): remove file from prototype
144 * modules.c (do_module): remove extra argument to ign_dir_add
155 * root.c (Name_Root): remove unused variables has_cvsadm and path
200 branch. if a file is added on a branch, remove and replace the
375 * update.c (checkout_file): remove unused variable s.
376 (join_file): remove unused variables rev & baserev. Fix a typo.
[all …]

12345678910>>...52