Home
last modified time | relevance | path

Searched refs:qsort_chk_error (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvec.c194 qsort_chk_error (const void *p1, const void *p2, const void *p3, in qsort_chk_error() function
230 #define ERR2(i, j) qsort_chk_error (ELT (i), ELT (j), NULL, cmp, data) in qsort_chk()
231 #define ERR3(i, j, k) qsort_chk_error (ELT (i), ELT (j), ELT (k), cmp, data) in qsort_chk()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvec.cc184 qsort_chk_error (const void *p1, const void *p2, const void *p3, in qsort_chk_error() function
220 #define ERR2(i, j) qsort_chk_error (ELT (i), ELT (j), NULL, cmp, data) in qsort_chk()
221 #define ERR3(i, j, k) qsort_chk_error (ELT (i), ELT (j), ELT (k), cmp, data) in qsort_chk()
H A DChangeLog-20212728 from the noreturn qsort_chk_error.
H A DChangeLog-201919349 * vec.c (qsort_chk_error): Adjust.
H A DChangeLog-201713293 * vec.c [CHECKING_P] (qsort_chk_error): New static function.