Searched refs:field_decl_cmp (Results 1 – 11 of 11) sorted by relevance
313 extern int field_decl_cmp (const void *, const void *);
6167 field_decl_cmp (const void *x_p, const void *y_p) in field_decl_cmp() function
6253 qsort (field_array, len, sizeof (tree), field_decl_cmp); in finish_struct()
6068 * c-decl.c (field_decl_cmp): Rewritten to make sure that a null6071 field_decl_cmp does.
5050 (field_decl_cmp): Delete unused function.8392 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
13621 (field_decl_cmp): New prototype.13628 * c-common.c (field_decl_cmp): New static function.13629 (field_decl_cmp): New function.
9121 * c-decl.c (field_decl_cmp): Use `const void *' arguments.
5131 field_decl_cmp); in finish_struct_1()
2900 * class.c (field_decl_cmp): Remove.6598 (field_decl_cmp): Make parameters be 'const void *' to match qsort.
7144 * class.c (field_decl_cmp): A nontype is "greater" than a type.
4390 (field_decl_cmp): New function to support sorting FIELD_DECLs.