Home
last modified time | relevance | path

Searched refs:gcc_qsort (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_qsort() function
297 gcc_qsort (vbase, n, ~size, cmp); in gcc_stablesort()
H A Dsystem.h1219 void gcc_qsort (void *, size_t, size_t, int (*)(const void *, const void *));
1226 #define qsort(...) PP_5th (__VA_ARGS__, gcc_qsort, 3, 2, qsort, 0) (__VA_ARGS__)
H A Dvec.h1136 gcc_qsort (address (), length (), sizeof (T), cmp);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_qsort() function
301 gcc_qsort (vbase, n, ~size, cmp); in gcc_stablesort()
H A Dsystem.h1256 void gcc_qsort (void *, size_t, size_t, int (*)(const void *, const void *));
1264 #define qsort(...) PP_5th (__VA_ARGS__, gcc_qsort, 3, 2, qsort, 0) (__VA_ARGS__)
H A Dvec.h1147 gcc_qsort (address (), length (), sizeof (T), cmp);
H A DChangeLog-201811443 (gcc_qsort): Set nlim to 3 if stable sort is requested.
11449 * sort.cc (gcc_qsort) [CHECKING_P]: Call qsort_chk.
11450 * system.h (qsort): Always redirect to gcc_qsort. Update comment.
11451 * vec.c (qsort_chk): Do not call gcc_qsort. Update comment.
23563 * system.h [!CHECKING_P] (qsort): Redirect to gcc_qsort.
23564 * vec.c (qsort_chk): Use gcc_qsort.
H A DChangeLog-201919344 (gcc_qsort) [CHECKING_P]: ...here.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13281 gcc_qsort (&dep->deps[1], dep->deps.length () - 1, in finalize_dependencies()