Searched refs:TYPE_VALUES (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-aux-info.c412 chain_p = TYPE_VALUES (t);
H A Dtree-browser.c311 TB_SET_HEAD (TYPE_VALUES (head));
H A Dtree.c4203 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type)
4204 && !(TYPE_VALUES (a->type)
4205 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST
4206 && TYPE_VALUES (b->type)
4207 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST
4208 && type_list_equal (TYPE_VALUES (a->type),
4209 TYPE_VALUES (b->type))))
H A Dprint-tree.c620 print_node (file, "values", TYPE_VALUES (node), indent + 4);
H A Dsdbout.c1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem))
H A Dtree-dump.c449 dump_child ("csts", TYPE_VALUES (t));
H A Dc-typeck.c1121 tree tv1 = TYPE_VALUES (t1);
1122 tree tv2 = TYPE_VALUES (t2);
1150 if (list_length (TYPE_VALUES (t1)) != list_length (TYPE_VALUES (t2)))
1156 for (s1 = TYPE_VALUES (t1); s1; s1 = TREE_CHAIN (s1))
1158 s2 = purpose_member (TREE_PURPOSE (s1), TYPE_VALUES (t2));
H A Dc-pretty-print.c920 for (value = TYPE_VALUES (type);
H A Dc-decl.c6380 if (TYPE_VALUES (enumtype) != 0)
6387 TYPE_VALUES (enumtype) = 0;
6504 TYPE_VALUES (enumtype) = values;
6519 TYPE_VALUES (tem) = TYPE_VALUES (enumtype);
H A Ddbxout.c2165 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem))
H A Dc-common.c2825 t2 = TYPE_VALUES (t);
4006 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain))
H A Dtree.h1942 #define TYPE_VALUES(NODE) (ENUMERAL_TYPE_CHECK (NODE)->type.values)
1931 #define TYPE_VALUES macro
H A Ddwarf2out.c11493 for (link = TYPE_VALUES (type);
H A Dfold-const.c12049 fold_checksum_tree (TYPE_VALUES (expr), ctx, ht);
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddecl.c10673 /* Clear out TYPE_VALUES, and start again. */
10674 TYPE_VALUES (enumtype) = NULL_TREE;
10712 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype));
10720 for (values = TYPE_VALUES (enumtype);
10730 if (TYPE_VALUES (enumtype))
10734 for (values = TYPE_VALUES (enumtype);
10850 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values))
10872 TYPE_VALUES (t) = TYPE_VALUES (enumtyp
[all...]
H A Dpt.c8085 for (v = TYPE_VALUES (enum_type);
12569 for (e = TYPE_VALUES (tag); e; e = TREE_CHAIN (e))

Completed in 639 milliseconds