Searched refs:gcc_qsort (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sort.cc | 253 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 D | system.h | 1219 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 D | vec.h | 1136 gcc_qsort (address (), length (), sizeof (T), cmp);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sort.cc | 253 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 D | system.h | 1256 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 D | vec.h | 1147 gcc_qsort (address (), length (), sizeof (T), cmp);
|
H A D | ChangeLog-2018 | 11443 (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 D | ChangeLog-2019 | 19344 (gcc_qsort) [CHECKING_P]: ...here.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 13281 gcc_qsort (&dep->deps[1], dep->deps.length () - 1, in finalize_dependencies()
|