Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/gcc/
H A Dc-aux-info.c411 chain_p = TYPE_VALUES (t); in gen_type()
H A Dtree.c4175 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type) in type_hash_eq()
4176 && !(TYPE_VALUES (a->type) in type_hash_eq()
4177 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST in type_hash_eq()
4178 && TYPE_VALUES (b->type) in type_hash_eq()
4179 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST in type_hash_eq()
4180 && type_list_equal (TYPE_VALUES (a->type), in type_hash_eq()
4181 TYPE_VALUES (b->type)))) in type_hash_eq()
H A Dtree-browser.c311 TB_SET_HEAD (TYPE_VALUES (head)); in browse_tree()
H A Dtree-dump.c449 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
H A Dprint-tree.c617 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
H A Dc-decl.c5757 if (TYPE_VALUES (enumtype) != 0) in start_enum()
5764 TYPE_VALUES (enumtype) = 0; in start_enum()
5881 TYPE_VALUES (enumtype) = values; in finish_enum()
5896 TYPE_VALUES (tem) = TYPE_VALUES (enumtype); in finish_enum()
H A Dc-typeck.c1086 tree tv1 = TYPE_VALUES (t1); in tagged_types_tu_compatible_p()
1087 tree tv2 = TYPE_VALUES (t2); in tagged_types_tu_compatible_p()
1115 if (list_length (TYPE_VALUES (t1)) != list_length (TYPE_VALUES (t2))) in tagged_types_tu_compatible_p()
1121 for (s1 = TYPE_VALUES (t1); s1; s1 = TREE_CHAIN (s1)) in tagged_types_tu_compatible_p()
1123 s2 = purpose_member (TREE_PURPOSE (s1), TYPE_VALUES (t2)); in tagged_types_tu_compatible_p()
H A Dsdbout.c1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
H A Dc-pretty-print.c893 for (value = TYPE_VALUES (type); in pp_c_enumeration_constant()
H A Ddbxout.c2156 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type()
H A Dc-common.c2729 t2 = TYPE_VALUES (t); in c_type_hash()
3897 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain)) in c_do_switch_warnings()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-aux-info.c418 chain_p = TYPE_VALUES (t);
H A Dstmt.c4976 for (t = TYPE_VALUES (type); t != NULL_TREE; t = TREE_CHAIN (t))
5034 for (t = TYPE_VALUES (type), xlo = 0; t != NULL_TREE;
5079 if (sparseness && TYPE_VALUES (type) != NULL_TREE)
5090 t = TYPE_VALUES (type);
5181 tree v = TYPE_VALUES (type);
5209 for (chain = TYPE_VALUES (type);
5229 for (chain = TYPE_VALUES (type);
H A Dtree-dump.c420 dump_child ("csts", TYPE_VALUES (t));
H A Dprint-tree.c555 print_node (file, "values", TYPE_VALUES (node), indent + 4);
H A Dc-decl.c5564 if (TYPE_VALUES (enumtype) != 0)
5571 TYPE_VALUES (enumtype) = 0;
5691 TYPE_VALUES (enumtype) = values;
5699 TYPE_VALUES (tem) = TYPE_VALUES (enumtype);
H A Dc-pretty-print.c408 for (value = TYPE_VALUES (type);
H A Ddbxout.c1705 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem))
H A Dc-common.c6398 outer = build_array_type (inner, TYPE_VALUES (type));
6403 outer = build_function_type (inner, TYPE_VALUES (type));
H A Dtree.h988 #define TYPE_VALUES(NODE) (TYPE_CHECK (NODE)->type.values) macro
H A Dc-typeck.c1293 && TYPE_VALUES (TREE_TYPE (array))
1294 && ! int_fits_type_p (index, TYPE_VALUES (TREE_TYPE (array))))
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c10114 TYPE_VALUES (enumtype) = NULL_TREE; in start_enum()
10152 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype)); in finish_enum()
10160 for (values = TYPE_VALUES (enumtype); in finish_enum()
10170 if (TYPE_VALUES (enumtype)) in finish_enum()
10174 for (values = TYPE_VALUES (enumtype); in finish_enum()
10290 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values)) in finish_enum()
10312 TYPE_VALUES (t) = TYPE_VALUES (enumtype); in finish_enum()
10370 if (TYPE_VALUES (enumtype)) in build_enumerator()
10381 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype))); in build_enumerator()
10444 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype)); in build_enumerator()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c13992 TYPE_VALUES (enumtype) = NULL_TREE;
14021 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
14029 for (pair = TYPE_VALUES (enumtype); pair; pair = TREE_CHAIN (pair))
14036 if (TYPE_VALUES (enumtype))
14040 for (pair = TYPE_VALUES (enumtype); pair; pair = TREE_CHAIN (pair))
14121 TYPE_VALUES (t) = TYPE_VALUES (enumtype);
14179 if (TYPE_VALUES (enumtype))
14182 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype)));
14245 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype));
H A Derror.c1473 tree values = TYPE_VALUES (type);
H A Dtypeck.c2466 && TYPE_VALUES (TREE_TYPE (array))
2467 && ! int_fits_type_p (idx, TYPE_VALUES (TREE_TYPE (array))))

12