| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-aux-info.c | 411 chain_p = TYPE_VALUES (t); in gen_type()
|
| H A D | tree.c | 4175 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 D | tree-browser.c | 311 TB_SET_HEAD (TYPE_VALUES (head)); in browse_tree()
|
| H A D | tree-dump.c | 449 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
|
| H A D | print-tree.c | 617 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
|
| H A D | c-decl.c | 5757 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 D | c-typeck.c | 1086 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 D | sdbout.c | 1180 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in sdbout_one_type()
|
| H A D | c-pretty-print.c | 893 for (value = TYPE_VALUES (type); in pp_c_enumeration_constant()
|
| H A D | dbxout.c | 2156 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem)) in dbxout_type()
|
| H A D | c-common.c | 2729 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 D | c-aux-info.c | 418 chain_p = TYPE_VALUES (t);
|
| H A D | stmt.c | 4976 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 D | tree-dump.c | 420 dump_child ("csts", TYPE_VALUES (t));
|
| H A D | print-tree.c | 555 print_node (file, "values", TYPE_VALUES (node), indent + 4);
|
| H A D | c-decl.c | 5564 if (TYPE_VALUES (enumtype) != 0) 5571 TYPE_VALUES (enumtype) = 0; 5691 TYPE_VALUES (enumtype) = values; 5699 TYPE_VALUES (tem) = TYPE_VALUES (enumtype);
|
| H A D | c-pretty-print.c | 408 for (value = TYPE_VALUES (type);
|
| H A D | dbxout.c | 1705 for (tem = TYPE_VALUES (type); tem; tem = TREE_CHAIN (tem))
|
| H A D | c-common.c | 6398 outer = build_array_type (inner, TYPE_VALUES (type)); 6403 outer = build_function_type (inner, TYPE_VALUES (type));
|
| H A D | tree.h | 988 #define TYPE_VALUES(NODE) (TYPE_CHECK (NODE)->type.values) macro
|
| H A D | c-typeck.c | 1293 && TYPE_VALUES (TREE_TYPE (array)) 1294 && ! int_fits_type_p (index, TYPE_VALUES (TREE_TYPE (array))))
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.c | 10114 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 D | decl.c | 13992 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 D | error.c | 1473 tree values = TYPE_VALUES (type);
|
| H A D | typeck.c | 2466 && TYPE_VALUES (TREE_TYPE (array)) 2467 && ! int_fits_type_p (idx, TYPE_VALUES (TREE_TYPE (array))))
|