Home
last modified time | relevance | path

Searched refs:TYPE_VALUES (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/gcc/
HDc-aux-info.c411 chain_p = TYPE_VALUES (t); in gen_type()
HDtree.c4180 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type) in type_hash_eq()
4181 && !(TYPE_VALUES (a->type) in type_hash_eq()
4182 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST in type_hash_eq()
4183 && TYPE_VALUES (b->type) in type_hash_eq()
4184 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST in type_hash_eq()
4185 && type_list_equal (TYPE_VALUES (a->type), in type_hash_eq()
4186 TYPE_VALUES (b->type)))) in type_hash_eq()
HDtree-browser.c311 TB_SET_HEAD (TYPE_VALUES (head)); in browse_tree()
HDprint-tree.c619 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
HDtree-dump.c449 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
HDc-typeck.c1115 tree tv1 = TYPE_VALUES (t1); in tagged_types_tu_compatible_p()
1116 tree tv2 = TYPE_VALUES (t2); in tagged_types_tu_compatible_p()
1144 if (list_length (TYPE_VALUES (t1)) != list_length (TYPE_VALUES (t2))) in tagged_types_tu_compatible_p()
1150 for (s1 = TYPE_VALUES (t1); s1; s1 = TREE_CHAIN (s1)) in tagged_types_tu_compatible_p()
1152 s2 = purpose_member (TREE_PURPOSE (s1), TYPE_VALUES (t2)); in tagged_types_tu_compatible_p()
HDsdbout.c1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
HDc-decl.c6355 if (TYPE_VALUES (enumtype) != 0) in start_enum()
6362 TYPE_VALUES (enumtype) = 0; in start_enum()
6479 TYPE_VALUES (enumtype) = values; in finish_enum()
6494 TYPE_VALUES (tem) = TYPE_VALUES (enumtype); in finish_enum()
HDc-pretty-print.c917 for (value = TYPE_VALUES (type); in pp_c_enumeration_constant()
HDdbxout.c2158 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type()
HDc-common.c2813 t2 = TYPE_VALUES (t); in c_type_hash()
3991 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain)) in c_do_switch_warnings()
HDtree.def139 however, the TYPE_VALUES is a list in which each element's TREE_PURPOSE
HDtree.h1931 #define TYPE_VALUES(NODE) (ENUMERAL_TYPE_CHECK (NODE)->type.values) macro
HDdwarf2out.c11478 for (link = TYPE_VALUES (type); in gen_enumeration_type_die()
HDfold-const.c12014 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht); in fold_checksum_tree()
HDChangeLog-200429187 Use TYPE_FIELDS instead of TYPE_VALUES.
35901 * sdbout.c (sdbout_one_type): Use TYPE_VALUES for enums, not
37937 (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
37943 * c-typeck.c (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
37944 * dwarf2out.c (gen_enumeration_type_die): Use TYPE_VALUES,
/NextBSD/contrib/gcc/cp/
HDdecl.c10656 TYPE_VALUES (enumtype) = NULL_TREE; in start_enum()
10694 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype)); in finish_enum()
10702 for (values = TYPE_VALUES (enumtype); in finish_enum()
10712 if (TYPE_VALUES (enumtype)) in finish_enum()
10716 for (values = TYPE_VALUES (enumtype); in finish_enum()
10832 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values)) in finish_enum()
10854 TYPE_VALUES (t) = TYPE_VALUES (enumtype); in finish_enum()
10912 if (TYPE_VALUES (enumtype)) in build_enumerator()
10923 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype))); in build_enumerator()
10986 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype)); in build_enumerator()
HDpt.c8084 for (v = TYPE_VALUES (enum_type); in tsubst_copy()
12567 for (e = TYPE_VALUES (tag); e; e = TREE_CHAIN (e)) in tsubst_enum()
HDChangeLog-19971880 * pt.c (instantiate_class_template): TYPE_VALUES for an enum
HDChangeLog-1999850 (start_enum): Clear TYPE_VALUES for a redefined enum.
853 we don't need to. Maintain the TYPE_VALUES list and look there
HDChangeLog-20045672 (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
HDChangeLog-19942285 * decl.c (finish_enum): Put the constants in TYPE_VALUES again,
HDChangeLog-19982376 * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
/NextBSD/contrib/gcc/doc/
HDc-tree.texi465 at the @code{TYPE_VALUES}. This macro will return a @code{TREE_LIST},