Searched refs:TYPE_VALUES (Results 1 – 24 of 24) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-aux-info.c | 411 chain_p = TYPE_VALUES (t); in gen_type()
|
| HD | tree.c | 4180 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()
|
| HD | tree-browser.c | 311 TB_SET_HEAD (TYPE_VALUES (head)); in browse_tree()
|
| HD | print-tree.c | 619 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
|
| HD | tree-dump.c | 449 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
|
| HD | c-typeck.c | 1115 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()
|
| HD | sdbout.c | 1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
|
| HD | c-decl.c | 6355 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()
|
| HD | c-pretty-print.c | 917 for (value = TYPE_VALUES (type); in pp_c_enumeration_constant()
|
| HD | dbxout.c | 2158 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type()
|
| HD | c-common.c | 2813 t2 = TYPE_VALUES (t); in c_type_hash() 3991 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain)) in c_do_switch_warnings()
|
| HD | tree.def | 139 however, the TYPE_VALUES is a list in which each element's TREE_PURPOSE
|
| HD | tree.h | 1931 #define TYPE_VALUES(NODE) (ENUMERAL_TYPE_CHECK (NODE)->type.values) macro
|
| HD | dwarf2out.c | 11478 for (link = TYPE_VALUES (type); in gen_enumeration_type_die()
|
| HD | fold-const.c | 12014 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht); in fold_checksum_tree()
|
| HD | ChangeLog-2004 | 29187 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/ |
| HD | decl.c | 10656 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()
|
| HD | pt.c | 8084 for (v = TYPE_VALUES (enum_type); in tsubst_copy() 12567 for (e = TYPE_VALUES (tag); e; e = TREE_CHAIN (e)) in tsubst_enum()
|
| HD | ChangeLog-1997 | 1880 * pt.c (instantiate_class_template): TYPE_VALUES for an enum
|
| HD | ChangeLog-1999 | 850 (start_enum): Clear TYPE_VALUES for a redefined enum. 853 we don't need to. Maintain the TYPE_VALUES list and look there
|
| HD | ChangeLog-2004 | 5672 (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
|
| HD | ChangeLog-1994 | 2285 * decl.c (finish_enum): Put the constants in TYPE_VALUES again,
|
| HD | ChangeLog-1998 | 2376 * decl.c (finish_enum): Use TYPE_VALUES, rather than taking a
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 465 at the @code{TYPE_VALUES}. This macro will return a @code{TREE_LIST},
|