| /NextBSD/contrib/gcc/ |
| HD | sdbout.c | 445 t = DECL_NAME (TYPE_NAME (type)); in sdbout_record_type_name() 502 && DECL_NAME (TYPE_NAME (type)) != 0 in plain_type_1() 503 && TREE_CODE (DECL_NAME (TYPE_NAME (type))) == IDENTIFIER_NODE) in plain_type_1() 506 = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (type))); in plain_type_1() 733 if (DECL_NAME (decl) == 0) in sdbout_symbol() 744 if (template_name_p (DECL_NAME (decl))) in sdbout_symbol() 747 PUT_SDB_DEF (IDENTIFIER_POINTER (DECL_NAME (decl))); in sdbout_symbol() 832 if (DECL_NAME (decl) == NULL_TREE) in sdbout_symbol() 837 name = IDENTIFIER_POINTER (DECL_NAME (decl)); in sdbout_symbol() 1027 && DECL_NAME (tail) in sdbout_field_types() [all …]
|
| HD | c-aux-info.c | 308 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); in gen_type() 426 data_type = IDENTIFIER_POINTER (DECL_NAME (t)); in gen_type() 430 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); in gen_type() 438 data_type = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (t))); in gen_type() 477 if (DECL_NAME (decl)) in gen_decl() 478 ret_val = IDENTIFIER_POINTER (DECL_NAME (decl)); in gen_decl()
|
| HD | dbxout.c | 1424 if (DECL_NAME (tem)) in dbxout_type_fields() 1425 stabstr_I (DECL_NAME (tem)); in dbxout_type_fields() 1540 fndecl && (last == NULL_TREE || DECL_NAME (fndecl) == DECL_NAME (last)); in dbxout_type_methods() 1565 stabstr_I (DECL_NAME (fndecl)); in dbxout_type_methods() 2282 t = DECL_NAME (t); in dbxout_type_name() 2303 || (DECL_NAME (TYPE_NAME (context)) != 0))) in dbxout_class_name_qualifiers() 2310 name = DECL_NAME (name); in dbxout_class_name_qualifiers() 2470 if ((DECL_NAME (decl) == 0 && TREE_CODE (decl) != TYPE_DECL) in dbxout_symbol() 2585 stabstr_I (DECL_NAME (context)); in dbxout_symbol() 2617 if (DECL_NAME (decl)) in dbxout_symbol() [all …]
|
| HD | langhooks.c | 177 SET_DECL_ASSEMBLER_NAME (decl, DECL_NAME (decl)); in lhd_set_decl_assembler_name() 180 const char *name = IDENTIFIER_POINTER (DECL_NAME (decl)); in lhd_set_decl_assembler_name() 263 gcc_assert (decl && DECL_NAME (decl)); in lhd_decl_printable_name() 264 return IDENTIFIER_POINTER (DECL_NAME (decl)); in lhd_decl_printable_name()
|
| HD | toplev.c | 454 fprintf (stderr, "%s ", IDENTIFIER_POINTER (DECL_NAME (decl))); in announce_function() 856 && ! (DECL_NAME (decl) && TREE_USED (DECL_NAME (decl))) in check_global_declaration_1() 909 IDENTIFIER_POINTER (DECL_NAME (node)), in warn_deprecated_use() 922 && DECL_NAME (TYPE_NAME (node))) in warn_deprecated_use() 923 what = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node))); in warn_deprecated_use() 959 IDENTIFIER_POINTER (DECL_NAME (node)), in error_unavailable_use() 969 && DECL_NAME (TYPE_NAME (node))) in error_unavailable_use() 970 what = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node))); in error_unavailable_use() 1493 const char *n = DECL_NAME (t) in default_tree_printer()
|
| HD | print-tree.c | 91 if (DECL_NAME (node)) in print_node_brief() 92 fprintf (file, " %s", IDENTIFIER_POINTER (DECL_NAME (node))); in print_node_brief() 107 && DECL_NAME (TYPE_NAME (node))) in print_node_brief() 109 IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)))); in print_node_brief() 237 if (DECL_NAME (node)) in print_node() 238 fprintf (file, " %s", IDENTIFIER_POINTER (DECL_NAME (node))); in print_node() 253 && DECL_NAME (TYPE_NAME (node))) in print_node() 255 IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)))); in print_node()
|
| HD | c-objc-common.c | 194 if (DECL_NAME (t)) in c_tree_printer() 204 if (DECL_NAME (name)) in c_tree_printer()
|
| HD | c-decl.c | 833 && DECL_NAME (p) in pop_scope() 936 bind (DECL_NAME (decl), decl, file_scope, in push_file_scope() 1798 TREE_PUBLIC (DECL_NAME (olddecl)) = 0; in merge_decls() 2000 for (b = I_SYMBOL_BINDING (DECL_NAME (new_decl)); b; b = b->shadowed) in warn_if_shadowing() 2110 tree name = DECL_NAME (x); in pushdecl() 2370 name = DECL_NAME (x); in pushdecl_top_level() 3300 && MAIN_NAME_P (DECL_NAME (decl))) in start_decl() 3624 char *string = alloca (strlen (IDENTIFIER_POINTER (DECL_NAME (decl))) + in new_block_byref_decl() 3628 IDENTIFIER_POINTER (DECL_NAME (decl))); in new_block_byref_decl() 3669 field_decl = build_decl (FIELD_DECL, DECL_NAME (decl), TREE_TYPE (decl)); in new_block_byref_decl() [all …]
|
| HD | tree-nrv.c | 193 DECL_NAME (result) = DECL_NAME (found); in tree_nrv()
|
| HD | c-pragma.c | 531 if (DECL_NAME (decl) == TREE_PURPOSE (t)) in maybe_apply_renaming_pragma() 546 if (DECL_NAME (decl) == TREE_PURPOSE (t)) in maybe_apply_renaming_pragma() 578 const char *id = IDENTIFIER_POINTER (DECL_NAME (decl)); in maybe_apply_renaming_pragma() 579 size_t ilen = IDENTIFIER_LENGTH (DECL_NAME (decl)); in maybe_apply_renaming_pragma()
|
| HD | xcoffout.c | 159 if (DECL_NAME (decl) == 0 || ! DECL_IS_BUILTIN (decl)) in xcoff_assign_fundamental_type_number() 162 name = IDENTIFIER_POINTER (DECL_NAME (decl)); in xcoff_assign_fundamental_type_number()
|
| HD | tree-pretty-print.c | 168 if (DECL_NAME (t)) in dump_decl_name() 169 pp_tree_identifier (buffer, DECL_NAME (t)); in dump_decl_name() 171 || DECL_NAME (t) == NULL_TREE) in dump_decl_name() 190 if (DECL_NAME (node)) in dump_function_name() 519 if (DECL_NAME (node)) in dump_generic_node() 531 && DECL_NAME (TYPE_NAME (node))) in dump_generic_node() 560 if (TYPE_NAME (node) && DECL_NAME (TYPE_NAME (node))) in dump_generic_node() 812 if (DECL_NAME (node)) in dump_generic_node() 827 if (DECL_NAME (node)) in dump_generic_node() 1449 if (DECL_NAME (op0)) in dump_generic_node() [all …]
|
| /NextBSD/contrib/gcc/cp/ |
| HD | optimize.c | 69 DECL_NAME (cloned_parm) = DECL_NAME (parm); in update_cloned_parm() 154 in_charge = in_charge_arg_for_name (DECL_NAME (clone)); in maybe_clone_body() 160 && DECL_NAME (parm) == vtt_parm_identifier) in maybe_clone_body()
|
| HD | error.c | 183 if (DECL_NAME (p)) in dump_template_parameter() 184 pp_cxx_tree_identifier (cxx_pp, DECL_NAME (p)); in dump_template_parameter() 186 else if (DECL_NAME (p)) in dump_template_parameter() 187 pp_cxx_tree_identifier (cxx_pp, DECL_NAME (p)); in dump_template_parameter() 370 dump_type (DECL_NAME (TYPE_NAME (t)), flags); in dump_type() 461 name = DECL_NAME (name); in dump_aggr_type() 712 if (DECL_NAME (t)) in dump_simple_decl() 713 dump_decl (DECL_NAME (t), flags); in dump_simple_decl() 750 if (DECL_NAME (t) && VTABLE_NAME_P (DECL_NAME (t))) in dump_decl() 774 if (DECL_NAME (t) == NULL_TREE) in dump_decl() [all …]
|
| HD | friend.c | 54 tree name = DECL_NAME (supplicant); in is_friend() 144 name = DECL_NAME (decl); in add_friend() 179 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl), in add_friend() 421 declarator = DECL_NAME (get_first_fn (declarator)); in do_friend() 452 cname = DECL_NAME (cname); in do_friend()
|
| HD | method.c | 184 gcc_assert (!DECL_NAME (thunk) && DECL_THUNK_P (thunk)); in finish_thunk() 202 if (DECL_NAME (cov_probe) == name) in finish_thunk() 211 DECL_NAME (thunk) = name; in finish_thunk() 293 SET_DECL_ASSEMBLER_NAME (alias, DECL_NAME (alias)); in make_alias_for() 328 gcc_assert (DECL_NAME (thunk_fndecl)); in use_thunk() 601 if (DECL_NAME (field)) in do_build_copy_constructor() 603 if (VFIELD_NAME_P (DECL_NAME (field))) in do_build_copy_constructor() 708 if (DECL_NAME (field)) in do_build_assign_ref() 710 if (VFIELD_NAME_P (DECL_NAME (field))) in do_build_assign_ref() 730 if (DECL_NAME (field)) in do_build_assign_ref()
|
| HD | search.c | 413 if (DECL_NAME (fields[i]) > name) in lookup_field_1() 415 else if (DECL_NAME (fields[i]) < name) in lookup_field_1() 429 while (i >= lo && DECL_NAME (fields[i]) == name); in lookup_field_1() 438 while (i < hi && DECL_NAME (fields[i]) == name); in lookup_field_1() 457 if (DECL_NAME (field) == NULL_TREE in lookup_field_1() 479 if (DECL_NAME (field) == name in lookup_field_1() 978 && DECL_NAME (decl) == constructor_name (type)); in template_self_reference_p() 1083 if (DECL_NAME (nval) == lfi->name in lookup_field_r() 1447 tmp = DECL_NAME (OVL_CURRENT (tmp)); in lookup_fnfields_1() 1462 if (DECL_NAME (OVL_CURRENT (fn)) == name) in lookup_fnfields_1() [all …]
|
| HD | mangle.c | 357 name = IDENTIFIER_POINTER (DECL_NAME (el)); in dump_substitution_candidates() 359 name = IDENTIFIER_POINTER (DECL_NAME (TREE_VALUE (el))); in dump_substitution_candidates() 361 name = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (el))); in dump_substitution_candidates() 461 && (DECL_NAME (TYPE_TI_TEMPLATE (type)) in is_std_substitution() 675 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); in write_mangled_name() 687 write_source_name (DECL_NAME (decl)); in write_mangled_name() 735 write_source_name (DECL_NAME (decl)); in write_encoding() 1104 else if (DECL_NAME (decl) == NULL_TREE) in write_unqualified_name() 1139 write_source_name (DECL_NAME (decl)); in write_unqualified_name() 1144 write_source_name (DECL_NAME (decl)); in write_unqualified_name() [all …]
|
| HD | name-lookup.c | 455 && DECL_NAME (decl) == DECL_NAME (bval) in supplement_binding() 599 name = DECL_NAME (x); in pushdecl_maybe_friend() 806 set_identifier_type_value (DECL_NAME (x), x); in pushdecl_maybe_friend() 905 oldlocal = IDENTIFIER_NAMESPACE_VALUE (DECL_NAME (d)); in pushdecl_maybe_friend() 1122 shadowed = IDENTIFIER_NAMESPACE_VALUE (DECL_NAME (decl)); in check_for_out_of_scope_variable() 1127 warning (0, "name lookup of %qD changed", DECL_NAME (decl)); in check_for_out_of_scope_variable() 1149 DECL_NAME (decl)); in check_for_out_of_scope_variable() 1157 DECL_NAME (decl)); in check_for_out_of_scope_variable() 1223 tree name = DECL_NAME (ns); in namespace_scope_ht_size() 1302 DECL_NAME (entity) == std_identifier in begin_scope() [all …]
|
| HD | decl2.c | 260 tree fn_name = DECL_NAME (function); in grokclassfn() 270 DECL_NAME (function) = fn_name; in grokclassfn() 794 if (DECL_NAME (value) != NULL_TREE in grokfield() 795 && IDENTIFIER_POINTER (DECL_NAME (value))[0] == '_' in grokfield() 796 && ! strcmp (IDENTIFIER_POINTER (DECL_NAME (value)), "_vptr")) in grokfield() 965 DECL_NAME (value)); in grokbitfield() 1008 SET_IDENTIFIER_TYPE_VALUE (DECL_NAME (*decl), TREE_TYPE (*decl)); in cplus_decl_attributes() 1049 DECL_NAME (field), NULL_TREE); in build_anon_union_vars() 1054 if (DECL_NAME (field)) in build_anon_union_vars() 1058 decl = build_decl (VAR_DECL, DECL_NAME (field), TREE_TYPE (field)); in build_anon_union_vars() [all …]
|
| HD | class.c | 976 if (DECL_NAME (m) == DECL_NAME (method)) in add_method() 983 && DECL_NAME (m) > DECL_NAME (method)) in add_method() 1088 push_class_level_binding (DECL_NAME (method), overload); in add_method() 1138 DECL_NAME (fdecl)); in alter_access() 1162 tree name = DECL_NAME (using_decl); in handle_using_decl() 1658 if (DECL_NAME (OVL_CURRENT (*m1)) < DECL_NAME (OVL_CURRENT (*m2))) in method_name_cmp() 1678 tree d1 = DECL_NAME (OVL_CURRENT (*m1)); in resort_method_name_cmp() 1679 tree d2 = DECL_NAME (OVL_CURRENT (*m2)); in resort_method_name_cmp() 1800 if (DECL_NAME (fndecl) == DECL_NAME (base_fndecl) in same_signature_p() 2361 || IDENTIFIER_VIRTUAL_P (DECL_NAME (decl)) in check_for_override() [all …]
|
| HD | pt.c | 359 tree decl = build_decl (CONST_DECL, DECL_NAME (parm), in push_inline_template_parms_recursive() 1122 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type)) in is_specialization_of_friend() 1123 != DECL_NAME (friend)) in is_specialization_of_friend() 1135 return (DECL_NAME (decl) in is_specialization_of_friend() 1136 == DECL_NAME (friend)); in is_specialization_of_friend() 1829 tree dname = DECL_NAME (decl); in check_explicit_specialization() 2293 olddecl = innermost_non_namespace_value (DECL_NAME (decl)); in check_template_shadow() 2356 decl = build_decl (TREE_CODE (orig_decl), DECL_NAME (orig_decl), type); in reduce_template_parm_level() 2442 decl = build_decl (CONST_DECL, DECL_NAME (parm), TREE_TYPE (parm)); in process_template_parm() 2595 tree tmpl = build_lang_decl (TEMPLATE_DECL, DECL_NAME (decl), NULL_TREE); in build_template_decl() [all …]
|
| HD | decl.c | 376 define_label (location, DECL_NAME (label)); in pop_label() 382 SET_IDENTIFIER_LABEL_VALUE (DECL_NAME (label), old_value); in pop_label() 617 && DECL_NAME (decl) && ! DECL_ARTIFICIAL (decl)) in poplevel() 624 && DECL_NAME (link)) in poplevel() 626 tree name = DECL_NAME (link); in poplevel() 703 pop_binding (DECL_NAME (name), decl); in poplevel() 711 pop_binding (DECL_NAME (TREE_VALUE (link)), TREE_VALUE (link)); in poplevel() 895 name = DECL_NAME (decl); in push_local_name() 901 if (DECL_NAME (t) == name) in push_local_name() 1233 && DECL_NAME (TYPE_NAME (TREE_TYPE (t))) in duplicate_decls() [all …]
|
| /NextBSD/contrib/gcc/config/ |
| HD | sol2.c | 50 if (DECL_NAME (decl) == name) in solaris_insert_attributes() 70 if (DECL_NAME (decl) == name) in solaris_insert_attributes() 87 if (DECL_NAME (decl) == name) in solaris_insert_attributes()
|
| HD | darwin.c | 1160 name = DECL_NAME (name); in machopic_select_section() 1173 DECL_NAME (exp) && in machopic_select_section() 1174 TREE_CODE (DECL_NAME (exp)) == IDENTIFIER_NODE && in machopic_select_section() 1175 IDENTIFIER_POINTER (DECL_NAME (exp)) && in machopic_select_section() 1176 !strncmp (IDENTIFIER_POINTER (DECL_NAME (exp)), "_OBJC_", 6)) in machopic_select_section() 1178 const char *name = IDENTIFIER_POINTER (DECL_NAME (exp)); in machopic_select_section() 1390 base = IDENTIFIER_POINTER (DECL_NAME (decl)); in darwin_emit_unwind_label()
|