Home
last modified time | relevance | path

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

12345678910>>...15

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dhash-traits.h28 static inline void remove (Type *p);
36 typed_free_remove <Type>::remove (Type *p) in remove() function
46 static inline void remove (Type *p);
54 typed_delete_remove <Type>::remove (Type *p) in remove() function
64 static inline void remove (Type &);
72 typed_noop_remove <Type>::remove (Type &) in remove() function
229 static void remove (T &) {} in remove() function
324 static inline void remove (value_type &);
347 pair_hash <T1, T2>::remove (value_type &x) in remove() function
349 T1::remove (x.first); in remove()
[all …]
H A Dsanopt.c362 bool remove = false; in maybe_optimize_ubsan_null_ifn() local
386 remove = true; in maybe_optimize_ubsan_null_ifn()
390 remove = (flag_sanitize_recover & SANITIZE_NULL) == 0 in maybe_optimize_ubsan_null_ifn()
394 remove = (flag_sanitize_recover & SANITIZE_ALIGNMENT) == 0 in maybe_optimize_ubsan_null_ifn()
398 if (!remove && gimple_bb (g) == gimple_bb (stmt) in maybe_optimize_ubsan_null_ifn()
402 if (!remove) in maybe_optimize_ubsan_null_ifn()
404 return remove; in maybe_optimize_ubsan_null_ifn()
623 bool remove = false; in can_remove_asan_check() local
671 remove = true; in can_remove_asan_check()
691 return remove; in can_remove_asan_check()
[all …]
H A Dhash-map-traits.h38 template <typename T> static inline void remove (T &);
63 simple_hashmap_traits <H, Value>::remove (T &entry) in remove() function
65 H::remove (entry.m_key); in remove()
115 template <typename T> static inline void remove (T &);
125 unbounded_hashmap_traits <Value>::remove (T &entry) in remove() function
127 default_hash_traits <Value>::remove (entry.m_value); in remove()
H A Dsymbol-summary.h91 virtual void remove (cgraph_node *, T *) {} in class()
168 summary->remove (node, *v); in class()
170 summary->m_map.remove (summary_uid); in class()
317 virtual void remove (cgraph_edge *, T *) {} in class()
370 summary->remove (edge, *v); in class()
372 summary->m_map.remove (h_uid); in class()
H A Dalloc-pool.h148 void remove (void *object);
427 base_pool_allocator <TBlockAllocator>::remove (void *object) in remove() function
516 remove (T *object) in remove() function
521 m_allocator.remove (object); in remove()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c5880 bool remove = false; in finish_omp_clauses() local
5898 remove = true; in finish_omp_clauses()
5953 remove = true; in finish_omp_clauses()
5965 remove = true; in finish_omp_clauses()
5975 remove = true; in finish_omp_clauses()
5986 remove = true; in finish_omp_clauses()
6009 remove = true; in finish_omp_clauses()
6029 remove = true; in finish_omp_clauses()
6052 remove = true; in finish_omp_clauses()
6066 if (!remove && OMP_CLAUSE_CODE (c) != OMP_CLAUSE_SHARED) in finish_omp_clauses()
[all …]
/dflybsd-src/etc/periodic/monthly/
H A D200.accounting18 remove=NO
25 remove=YES
57 [ $remove = YES ] && rm -f $TMP;;
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A 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()
636 remove (obj->remove[i]); in pex_free()
637 free (obj->remove[i]); in pex_free()
639 free (obj->remove); in pex_free()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A 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()
/dflybsd-src/contrib/gdb-7/libiberty/
H A 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()
636 remove (obj->remove[i]); in pex_free()
637 free (obj->remove[i]); in pex_free()
639 free (obj->remove); in pex_free()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A 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()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A 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()
/dflybsd-src/sbin/svc/
H A Dsubs.c141 remove(sou.sun_path); in setup_pid_and_socket()
173 remove(pidpath); in remove_pid_and_socket()
175 remove(skpath); in remove_pid_and_socket()
/dflybsd-src/contrib/gcc-8.0/
H A DREADME.DRAGONFLY37 libstdc++-v3/include/c_global/cstdio remove throw() decorations
38 libstdc++-v3/include/c_global/cstdlib remove throw() decorations
39 libstdc++-v3/include/c_global/cwchar remove throw() decorations
/dflybsd-src/usr.sbin/pw/
H A Drm_r.c59 remove(file); in rm_r()
67 remove(dir); in rm_r()
/dflybsd-src/usr.bin/dsynth/
H A Drepo.c115 remove(tpath); in DoRebuildRepo()
371 if (remove(buf) < 0) in PurgeDistfiles()
397 if (remove(path) == 0) in RemovePackages()
428 if (remove(path) == 0) in removePackagesMetaRecurse()
548 if (remove(buf) < 0) in scandeletenew()
561 remove(RebuildRemovePath); in rebuildTerminateSignal()
/dflybsd-src/contrib/less/
H A DREADME81 If you wish, you may edit defines.h to remove some optional features.
84 to remove the descriptions of the features which you are removing.
132 4. If you wish, you may edit DEFINES.DS to remove some optional features.
135 to remove the descriptions of the features which you are removing.
162 4. If you wish, you may edit defines.wn to remove some optional features.
165 to remove the descriptions of the features which you are removing.
189 4. If you wish, you may edit defines.o2 to remove some optional features.
192 to remove the descriptions of the features which you are removing.
223 4. If you wish, you may edit defines.o9 to remove some optional features.
226 to remove the descriptions of the features which you are removing.
/dflybsd-src/sbin/hammer/
H A Dcycle.c56 remove(CyclePath); in hammer_get_cycle()
93 remove(CyclePath); in hammer_reset_cycle()
H A Dcmd_config.c184 remove(path); in hammer_cmd_viconfig()
192 remove(path); in hammer_cmd_viconfig()
261 remove(ConfigPath); in config_remove_path()
/dflybsd-src/bin/mined/
H A Dmined.h357 void move_previous_word(FLAG remove);
359 void move_next_word(FLAG remove);
380 void set_up(FLAG remove);
384 LINE *end_line, char *end_textp, FLAG remove);
H A Dmined2.c392 move_previous_word(FLAG remove) in move_previous_word() argument
427 if (remove == DELETE) in move_previous_word()
443 move_next_word(FLAG remove) in move_next_word() argument
455 if (remove == DELETE) { in move_next_word()
966 set_up(FLAG remove) in set_up() argument
973 yank(mark_line, mark_text, cur_line, cur_text, remove); in set_up()
976 yank(cur_line, cur_text, mark_line, mark_text, remove); in set_up()
1049 FLAG remove) in yank() argument
1092 if (remove == DELETE) { in yank()
/dflybsd-src/contrib/cryptsetup/tests/
H A Dcompat-test24 [ -e /dev/mapper/$DEV_NAME2 ] && dmsetup remove $DEV_NAME2
25 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME
46 [ -e /dev/mapper/$DEV_NAME ] && dmsetup remove $DEV_NAME
/dflybsd-src/test/sysperf/
H A Dread1.c62 remove(filename); in main()
89 remove(filename); in main()
/dflybsd-src/games/hack/
H A Dhh45 R remove remove a ring
46 T remove take off some armor
/dflybsd-src/etc/rc.d/
H A Dinitdiskless256 for j in /conf/$i/*.remove ; do
257 subdir=${j%*.remove}

12345678910>>...15