Home
last modified time | relevance | path

Searched refs:DECL_SORTED_FIELDS (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dptree.c53 && DECL_SORTED_FIELDS (node)) in cxx_print_decl()
55 (void *) DECL_SORTED_FIELDS (node)); in cxx_print_decl()
Dsearch.c399 && DECL_SORTED_FIELDS (TYPE_NAME (type))) in lookup_field_1()
401 tree *fields = &DECL_SORTED_FIELDS (TYPE_NAME (type))->elts[0]; in lookup_field_1()
402 int lo = 0, hi = DECL_SORTED_FIELDS (TYPE_NAME (type))->len; in lookup_field_1()
Dcp-tree.h2084 #define DECL_SORTED_FIELDS(NODE) \ macro
DChangeLog-19994384 (DECL_SORTED_FIELDS): New macro.
4392 * search.c (lookup_field_1): Use DECL_SORTED_FIELDS if we have them.
4396 DECL_SORTED_FIELDS.
DChangeLog-2002630 * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
4421 (DECL_SORTED_FIELDS): Likewise.
Dclass.c5105 DECL_SORTED_FIELDS (TYPE_MAIN_DECL (t)) = field_vec; in finish_struct_1()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dptree.c55 && DECL_SORTED_FIELDS (node))
58 fprintf (file, HOST_PTR_PRINTF, DECL_SORTED_FIELDS (node));
Dsearch.c468 && DECL_SORTED_FIELDS (TYPE_NAME (type))) in lookup_field_1()
470 tree *fields = &TREE_VEC_ELT (DECL_SORTED_FIELDS (TYPE_NAME (type)), 0); in lookup_field_1()
471 int lo = 0, hi = TREE_VEC_LENGTH (DECL_SORTED_FIELDS (TYPE_NAME (type))); in lookup_field_1()
Dcp-tree.h2252 #define DECL_SORTED_FIELDS(NODE) \ macro
Dclass.c5432 DECL_SORTED_FIELDS (TYPE_MAIN_DECL (t)) = field_vec;
DChangeLog.24384 (DECL_SORTED_FIELDS): New macro.
4392 * search.c (lookup_field_1): Use DECL_SORTED_FIELDS if we have them.
4396 DECL_SORTED_FIELDS.
DChangeLog2107 * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
5824 (DECL_SORTED_FIELDS): Likewise.