Home
last modified time | relevance | path

Searched refs:case_bit_test_cmp (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dstmt.c122 static int case_bit_test_cmp (const void *, const void *);
2051 case_bit_test_cmp (const void *p1, const void *p2) in case_bit_test_cmp() function
2120 qsort (test, count, sizeof(*test), case_bit_test_cmp); in emit_case_bit_tests()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c241 case_bit_test_cmp (const void *p1, const void *p2) in case_bit_test_cmp() function
345 qsort (test, count, sizeof (*test), case_bit_test_cmp); in emit_case_bit_tests()