Searched refs:field_decl_cmp (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-common.h | 305 extern int field_decl_cmp (const void *, const void *);
|
| H A D | c-common.c | 5797 field_decl_cmp (const void *x_p, const void *y_p) in field_decl_cmp() function
|
| H A D | c-decl.c | 5661 qsort (field_array, len, sizeof (tree), field_decl_cmp); in finish_struct()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 288 static int field_decl_cmp PARAMS ((const PTR, const PTR)); 5124 field_decl_cmp (xp, yp) in field_decl_cmp() function 5437 qsort (field_array, len, sizeof (tree), field_decl_cmp);
|
| H A D | FSFChangeLog.10 | 6068 * c-decl.c (field_decl_cmp): Rewritten to make sure that a null 6071 field_decl_cmp does.
|
| H A D | ChangeLog.2 | 5050 (field_decl_cmp): Delete unused function. 8392 * c-decl.c (field_decl_cmp): Use PTR instead of GENERIC_PTR.
|
| H A D | FSFChangeLog.11 | 9121 * c-decl.c (field_decl_cmp): Use `const void *' arguments.
|
| H A D | ChangeLog | 2910 * c-decl.c (field_decl_cmp): Add back function.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 126 static int field_decl_cmp PARAMS ((const tree *, const tree *)); 1979 field_decl_cmp (x, y) in field_decl_cmp() function 5429 (int (*)(const void *, const void *))field_decl_cmp);
|
| H A D | ChangeLog | 17016 * class.c (field_decl_cmp): A nontype is "greater" than a type.
|
| H A D | ChangeLog.2 | 4390 (field_decl_cmp): New function to support sorting FIELD_DECLs.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 5102 field_decl_cmp); in finish_struct_1()
|
| H A D | ChangeLog-2003 | 2900 * class.c (field_decl_cmp): Remove. 6598 (field_decl_cmp): Make parameters be 'const void *' to match qsort.
|
| H A D | ChangeLog-1999 | 4390 (field_decl_cmp): New function to support sorting FIELD_DECLs.
|
| H A D | ChangeLog-2000 | 7144 * class.c (field_decl_cmp): A nontype is "greater" than a type.
|