Searched refs:remove (Results 1 - 25 of 221) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-27.c9 void remove (void) function
22 remove ();
28 /* { dg-final { scan-ipa-dump "Semantic equality hit:remove->destroy" "icf" } } */
H A Dipa-icf-26.c8 void remove (void) function
30 my_callbacks.success = remove;
41 /* { dg-final { scan-ipa-dump "Semantic equality hit:remove->destroy" "icf" } } */
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dremove-relocs-06.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-relocations=.data.relocs.* --remove-relocations=!.data.relocs.02
H A Dremove-relocs-02.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-relocations=*.relocs.*
H A Dremove-relocs-03.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-relocations=*
H A Dremove-section-01.d3 #objcopy: --remove-section=.data.aa.* --remove-section=!.data.aa.02
H A Dremove-relocs-05.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-section=.rela.data.relocs.01 --remove-section=.rel.data.relocs.01
H A Dremove-relocs-04.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-relocations=.data.relocs.0\[12\]
H A Dremove-relocs-01.d2 #source: remove-relocs-01.s
3 #objcopy: --remove-relocations=.data.relocs.01
H A Dgroup-6.d2 #objcopy: --remove-section .text.foo
H A Dgroup-5.d3 #objcopy: --remove-section .dropme
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr15551.C23 remove ("bar");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove/
H A D1.cc18 // 25.2.4 remove
34 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
42 VERIFY(std::remove(con.begin(), con.end(), 0).ptr == array + 1);
43 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array);
51 VERIFY(std::remove(con.begin(), con.end(), 1).ptr == array + 4);
H A Dcheck_type.cc38 { return std::remove(begin, end, val); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/remove/requirements/explicit_instantiation/
H A D2.cc33 template iterator_type remove(iterator_type, iterator_type,
H A Dpod.cc33 template iterator_type remove<iterator_type, value_type>(iterator_type, iterator_type, const value_type&);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A D2.cc28 // remove
34 fl.remove(7);
H A Dremove_freed.cc40 fl1.remove(*fl1.begin());
64 fl2.remove(*it2);
80 fl3.remove(*it3);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dreq.s14 # Now remove the alias.
20 # Attempt to remove the builtin alias for r0.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elfvsb/
H A Dhidden2.d4 # It is also ok to remove this symbol, but we currently make it local.
/haiku-buildtools/binutils/ld/testsuite/ld-elfvsb/
H A Dhidden2.d4 # It is also ok to remove this symbol, but we currently make it local.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Ddwarf2.exp37 remove-build-file "trivial.S"
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Ddwarf2.exp37 remove-build-file "trivial.S"
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgcc-dg.exp398 remove-build-file "trivial.S"
444 # High optimization can remove the variable whose existence is tested.
476 proc remove-build-file { pat } {
477 verbose "remove-build-file `$pat'" 2
479 verbose "remove-build-file `$file_list'" 2
492 remove-build-file "mon.out"
493 remove-build-file "gmon.out"
502 remove-build-file "[file rootname [file tail $testcase]].gc??"
507 remove-build-file "[file rootname [file tail $srcfile]].gc??"
518 remove
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/operations/
H A D1.h22 // splice(p, x) + remove + reverse
49 // remove range from middle
50 list0101.remove(K);
53 // remove first element
54 list0101.remove(1);
57 // remove last element
58 list0101.remove(5);

Completed in 243 milliseconds

123456789