Searched refs:sort (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/lib/
H A Ddounssym3 # numbers and sort the result. Intended for use in comparing symbol
7 | sort
H A Ddounsreloc3 # numbers and sort the result. Intended for use in comparing reloc
7 | sort
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Ddounssym3 # numbers and sort the result. Intended for use in comparing symbol
7 | sort
H A Ddounsreloc3 # numbers and sort the result. Intended for use in comparing reloc
7 | sort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Darray4.C8 void sort (long len) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinterface_17.f9013 INTERFACE sort
22 USE util, ONLY: sort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dqual1.C7 void sort (int (*compare) (T *const&,T *const&));
13 Link_array<T>::sort (int (*compare) (T *const&,T *const&)) function in class:Link_array
20 clashes.sort (shift_compare);
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dsort_b_a-1.d2 #ld: -T sort.t --sort-section alignment
3 #name: --sort-section alignment
H A Dsort_b_n-1.d2 #ld: -T sort.t --sort-section name
3 #name: --sort-section name
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtempargs.C4 template<class T> struct Sort { static void sort (Vector<typename T::foo> &); };
5 template<class T> void Sort<T>::sort (Vector<typename T::foo> &) { } function in class:Sort
8 void f (Vector<int> &vi) { Sort<whee>::sort (vi); }
/haiku-buildtools/legacy/gcc/gcc/
H A Dsort-protos3 # Invoke as `sort-protos sys-protos.h'.
7 sed 's/\(.*[ \*]\)\([a-zA-Z0-9_][a-zA-Z0-9_]*\)[ ]*\(([^\*].*\)$/\2%\1%\3/' $input | sort -u | awk -F% '{printf "%-30.30s%s%s\n", $2, $1, $3}' > tmp.$input
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb105.C3 void sort( T* t, int n ) function
12 sort(t, n, c, 0) ;
H A Deb43.C28 sort( a.begin(), a.end(),
30 sort( a.begin(), a.end(), compare<int> );
31 sort<vector<int>::iterator,
34 sort( a.begin(), a.end(),
36 sort( a.begin(), a.end(),
38 sort( a.begin(), a.end(),
40 sort( a.begin(), a.end(),
42 sort( a.begin(), a.end(),
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr42142.c2 sort(int L) function
22 if (sort (5) != 1)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/sort/requirements/explicit_instantiation/
H A D2.cc35 template void sort(iterator_type, iterator_type);
36 template void sort(iterator_type, iterator_type, compare_type);
H A Dpod.cc34 template void sort(iterator_type, iterator_type);
35 template void sort(iterator_type, iterator_type, compare_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/sort/
H A D35588.cc29 sort(t, t+10, tr1::bind(less<int>(), _1, _2));
H A D34095.cc25 std::sort(v.begin(), v.end());
H A D34636.cc25 std::sort(v.begin(), v.end());
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug188.go9 import "sort"
12 sort.Sort(nil);
14 sort(x); // ERROR "package"
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-scripts/
H A Dsort.exp27 set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
/haiku-buildtools/gcc/gcc/
H A Dopt-gather.awk24 function sort(ARRAY, ELEMENTS) function
50 sort(record,numrec)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/list/operations/
H A D42352.cc30 l.sort();
52 l.sort(compare());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-22.C21 static void sort(C &p1, C &p2) { function
34 sort(f, b);
H A Ddevirt-24.C21 static void sort(C &p1, C &p2) { function
36 sort(f, *b);

Completed in 279 milliseconds

1234567891011>>