/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcc1plugin.cc | 480 cons = tree_cons (DECL_NAME (decl), cst, TYPE_VALUES (enum_type)); in plugin_build_add_enum_constant() 481 TYPE_VALUES (enum_type) = cons; in plugin_build_add_enum_constant() 493 iter = TYPE_VALUES (enum_type); in plugin_finish_enum_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcc1plugin.cc | 635 cons = tree_cons (DECL_NAME (decl), cst, TYPE_VALUES (enum_type)); in plugin_build_add_enum_constant() 636 TYPE_VALUES (enum_type) = cons; in plugin_build_add_enum_constant() 648 iter = TYPE_VALUES (enum_type); in plugin_finish_enum_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-free-lang-data.cc | 302 TYPE_VALUES (copy) = NULL; in fld_incomplete_type_of() 497 if (!TYPE_VALUES (type)) in free_lang_data_in_type() 502 TYPE_VALUES (type) = NULL; in free_lang_data_in_type()
|
H A D | tree-dump.cc | 450 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
|
H A D | tree.cc | 6073 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type) in equal() 6074 && !(TYPE_VALUES (a->type) in equal() 6075 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST in equal() 6076 && TYPE_VALUES (b->type) in equal() 6077 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST in equal() 6078 && type_list_equal (TYPE_VALUES (a->type), in equal() 6079 TYPE_VALUES (b->type)))) in equal() 13312 && TYPE_VALUES (t)) in verify_type_variant() 13313 verify_variant_match (TYPE_VALUES); in verify_type_variant() 13862 for (tree l = TYPE_VALUES (t); l; l = TREE_CHAIN (l)) in verify_type()
|
H A D | godump.cc | 1109 for (element = TYPE_VALUES (TREE_TYPE (decl)); in go_output_typedef()
|
H A D | ipa-devirt.cc | 4070 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e)) in ipa_odr_summary_write() 4073 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e)) in ipa_odr_summary_write() 4085 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e)) in ipa_odr_summary_write()
|
H A D | print-tree.cc | 694 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-aux-info.c | 385 chain_p = TYPE_VALUES (t); in gen_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-aux-info.cc | 385 chain_p = TYPE_VALUES (t); in gen_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-dump.c | 450 dump_child ("csts", TYPE_VALUES (t)); in dequeue_and_dump()
|
H A D | tree.c | 5445 TYPE_VALUES (copy) = NULL; in fld_incomplete_type_of() 5638 if (!TYPE_VALUES (type)) in free_lang_data_in_type() 5643 TYPE_VALUES (type) = NULL; in free_lang_data_in_type() 7065 if (TYPE_VALUES (a->type) != TYPE_VALUES (b->type) in equal() 7066 && !(TYPE_VALUES (a->type) in equal() 7067 && TREE_CODE (TYPE_VALUES (a->type)) == TREE_LIST in equal() 7068 && TYPE_VALUES (b->type) in equal() 7069 && TREE_CODE (TYPE_VALUES (b->type)) == TREE_LIST in equal() 7070 && type_list_equal (TYPE_VALUES (a->type), in equal() 7071 TYPE_VALUES (b->type)))) in equal() [all …]
|
H A D | godump.c | 1137 for (element = TYPE_VALUES (TREE_TYPE (decl)); in go_output_typedef()
|
H A D | ipa-devirt.c | 4046 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e)) 4049 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e)) 4061 for (tree e = TYPE_VALUES (t); e; e = TREE_CHAIN (e))
|
H A D | print-tree.c | 690 print_node (file, "values", TYPE_VALUES (node), indent + 4); in print_node()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ada-spec.c | 1943 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in is_simple_enum() 1973 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in dump_ada_enum_type() 1996 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in dump_ada_enum_type()
|
H A D | c-warn.c | 1502 if (TYPE_VALUES (type) == NULL_TREE) in match_case_to_enum_1() 1730 for (chain = TYPE_VALUES (type); chain; chain = TREE_CHAIN (chain)) in c_do_switch_warnings()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ada-spec.cc | 1947 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in is_simple_enum() 1975 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in dump_ada_enum_type() 1999 for (tree value = TYPE_VALUES (node); value; value = TREE_CHAIN (value)) in dump_ada_enum_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 15574 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype)); in finish_enum_value_list() 15582 for (values = TYPE_VALUES (enumtype); in finish_enum_value_list() 15590 if (TYPE_VALUES (enumtype)) in finish_enum_value_list() 15594 for (values = TYPE_VALUES (enumtype); in finish_enum_value_list() 15738 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values)) in finish_enum_value_list() 15762 TYPE_VALUES (t) = TYPE_VALUES (enumtype); in finish_enum_value_list() 15799 && (TYPE_VALUES (enumtype) in finish_enum() 15878 if (TYPE_VALUES (enumtype)) in build_enumerator() 15889 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype))); in build_enumerator() 16017 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype)); in build_enumerator() [all …]
|
H A D | name-lookup.c | 1558 for (tree values = TYPE_VALUES (enumtype); in member_vec_append_enum_values() 1709 n_fields = list_length (TYPE_VALUES (enumtype)); in insert_late_enum_def_bindings() 5532 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in maybe_add_candidate_for_scoped_enum() 5992 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in suggest_alternative_in_scoped_enum()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 16391 TYPE_VALUES (enumtype) = nreverse (TYPE_VALUES (enumtype)); in finish_enum_value_list() 16399 for (values = TYPE_VALUES (enumtype); in finish_enum_value_list() 16407 if (TYPE_VALUES (enumtype)) in finish_enum_value_list() 16411 for (values = TYPE_VALUES (enumtype); in finish_enum_value_list() 16560 for (values = TYPE_VALUES (enumtype); values; values = TREE_CHAIN (values)) in finish_enum_value_list() 16586 TYPE_VALUES (t) = TYPE_VALUES (enumtype); in finish_enum_value_list() 16623 && (TYPE_VALUES (enumtype) in finish_enum() 16702 if (TYPE_VALUES (enumtype)) in build_enumerator() 16713 prev_value = DECL_INITIAL (TREE_VALUE (TYPE_VALUES (enumtype))); in build_enumerator() 16833 TYPE_VALUES (enumtype) = tree_cons (name, decl, TYPE_VALUES (enumtype)); in build_enumerator() [all …]
|
H A D | name-lookup.cc | 222 && decl == TREE_VALUE (TYPE_VALUES (type))) in init_global_partition() 2178 for (tree values = TYPE_VALUES (enumtype); in member_vec_append_enum_values() 2331 n_fields = list_length (TYPE_VALUES (enumtype)); in insert_late_enum_def_bindings() 6607 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in maybe_add_candidate_for_scoped_enum() 7069 for (tree iter = TYPE_VALUES (scoped_enum); iter; iter = TREE_CHAIN (iter)) in suggest_alternative_in_scoped_enum()
|
H A D | module.cc | 4655 for (tree values = TYPE_VALUES (ctx); in find_enum_member() 9041 for (tree values = TYPE_VALUES (TREE_TYPE (t)); in tree_node() 10219 && TYPE_VALUES (TREE_TYPE (decl))) in get_merge_kind() 10493 if (tree values = TYPE_VALUES (type)) in key_mergeable() 11268 ? TYPE_VALUES (type) : TYPE_FIELDS (type))) in has_definition() 12080 tree_node (TYPE_VALUES (type)); in write_enum_def() 12090 for (tree values = TYPE_VALUES (type); values; values = TREE_CHAIN (values)) in mark_enum_def() 12112 tree maybe_dup = odr_duplicate (maybe_template, TYPE_VALUES (type)); in read_enum_def() 12113 bool installing = maybe_dup && !TYPE_VALUES (type); in read_enum_def() 12117 TYPE_VALUES (type) = values; in read_enum_def() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | types.cc | 867 TYPE_VALUES (t->ctype) = values; in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | types.cc | 1059 TYPE_VALUES (t->ctype) = values; in visit()
|