Home
last modified time | relevance | path

Searched refs:DECL_NAME (Results 1 – 25 of 189) sorted by relevance

12345678

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc57 DECL_NAME (cloned_parm) = DECL_NAME (parm); in update_cloned_parm()
116 if (DECL_NAME (clone) == base_dtor_identifier in clone_body()
117 || DECL_NAME (clone) == base_ctor_identifier) in clone_body()
248 if (DECL_NAME (clone) == complete_dtor_identifier in populate_clone_array()
249 || DECL_NAME (clone) == complete_ctor_identifier) in populate_clone_array()
251 else if (DECL_NAME (clone) == base_dtor_identifier in populate_clone_array()
252 || DECL_NAME (clone) == base_ctor_identifier) in populate_clone_array()
254 else if (DECL_NAME (clone) == deleting_dtor_identifier) in populate_clone_array()
340 && DECL_NAME (fn_parm) == vtt_parm_identifier) in maybe_thunk_body()
405 = copy_node (in_charge_arg_for_name (DECL_NAME (clone))); in maybe_thunk_body()
[all …]
Dmangle.cc325 name = IDENTIFIER_POINTER (DECL_NAME (el)); in dump_substitution_candidates()
327 name = IDENTIFIER_POINTER (DECL_NAME (TREE_VALUE (el))); in dump_substitution_candidates()
501 if (DECL_NAME (tmpl) != subst_identifiers[index]) in is_std_substitution()
784 write_string (IDENTIFIER_POINTER (DECL_NAME (decl))); in write_mangled_name()
793 write_source_name (DECL_NAME (decl)); in write_mangled_name()
830 write_source_name (DECL_NAME (decl)); in write_encoding()
919 if (TREE_CODE (decl) == NAMESPACE_DECL && DECL_NAME (decl)) in maybe_write_module()
1279 templ = DECL_NAME (decl); in write_template_prefix()
1387 if (DECL_NAME (field)) in anon_aggr_naming_decl()
1439 if (DECL_NAME (decl) == NULL_TREE in write_unqualified_name()
[all …]
Dfriend.cc88 tree name = DECL_NAME (supplicant); in is_friend()
178 name = DECL_NAME (decl); in add_friend()
214 = tree_cons (DECL_NAME (decl), build_tree_list (NULL_TREE, decl), in add_friend()
557 cname = DECL_NAME (cname); in do_friend()
Derror.cc347 if (DECL_NAME (p)) in dump_template_parameter()
348 pp_cxx_tree_identifier (pp, DECL_NAME (p)); in dump_template_parameter()
350 else if (DECL_NAME (p)) in dump_template_parameter()
351 pp_cxx_tree_identifier (pp, DECL_NAME (p)); in dump_template_parameter()
438 && DECL_NAME (TREE_VALUE (parm_i)) in dump_template_bindings()
439 == DECL_NAME (TREE_CHAIN (arg))) in dump_template_bindings()
506 pp_cxx_tree_identifier (pp, DECL_NAME (decl)); in dump_alias_template_specialization()
844 else if (!decl || IDENTIFIER_ANON_P (DECL_NAME (decl))) in dump_aggr_type()
852 pp_cxx_tree_identifier (pp, DECL_NAME (decl)); in dump_aggr_type()
1151 if (DECL_NAME (t)) in dump_simple_decl()
[all …]
Dcp-lang.cc126 if (DECL_NAME (t) && IDENTIFIER_ANON_P (DECL_NAME (t))) in cxx_dwarf_name()
Dvtable-class-hierarchy.cc733 uint32_t len1 = IDENTIFIER_LENGTH (DECL_NAME (base_ptr_var_decl)); in build_key_buffer_arg()
735 (DECL_NAME (base_ptr_var_decl))); in build_key_buffer_arg()
747 IDENTIFIER_POINTER (DECL_NAME (base_ptr_var_decl)), in build_key_buffer_arg()
877 vptr_name = IDENTIFIER_POINTER (DECL_NAME (arg0)); in output_set_info()
923 str1 = build_string_from_id (DECL_NAME (base_ptr_var_decl)); in register_all_pairs()
956 str2 = build_string_from_id (DECL_NAME (vtable_decl)); in register_all_pairs()
Dname-lookup.cc221 && IDENTIFIER_ANON_P (DECL_NAME (TYPE_NAME (type))) in init_global_partition()
1788 if (DECL_NAME (decl) != name) in fields_linear_search()
2031 tree name_a = DECL_NAME (TREE_CODE (a) == OVERLOAD ? OVL_FUNCTION (a) : a); in member_name_cmp()
2032 tree name_b = DECL_NAME (TREE_CODE (b) == OVERLOAD ? OVL_FUNCTION (b) : b); in member_name_cmp()
2143 else if (DECL_NAME (fields)) in count_class_fields()
2161 else if (DECL_NAME (fields)) in member_vec_append_class_fields()
2166 && IDENTIFIER_CONV_OP_P (DECL_NAME (field))) in member_vec_append_class_fields()
2538 DECL_NAME (decl), in strip_using_decl()
2633 && DECL_NAME (target_decl) == DECL_NAME (target_bval) in supplement_binding()
2735 *d = tree_cons (DECL_NAME (*d), NULL_TREE, TREE_CHAIN (*d)); in update_local_overload()
[all …]
Ddecl2.cc343 tree fn_name = DECL_NAME (function); in grokclassfn()
353 DECL_NAME (function) = fn_name; in grokclassfn()
757 tree fns = get_class_binding (ctype, DECL_NAME (function)); in check_classfn()
825 tree spec = check_explicit_specialization (DECL_NAME (function), in check_classfn()
1002 if (DECL_NAME (value) in grokfield()
1003 && TREE_CODE (DECL_NAME (value)) == TEMPLATE_ID_EXPR) in grokfield()
1639 if (tree name = DECL_P (decl) ? DECL_NAME (decl) : NULL_TREE) in find_last_decl()
1840 DECL_NAME (field), NULL_TREE); in build_anon_union_vars()
1845 if (DECL_NAME (field)) in build_anon_union_vars()
1850 VAR_DECL, DECL_NAME (field), TREE_TYPE (field)); in build_anon_union_vars()
[all …]
Dconstexpr.cc1652 if (DECL_NAME (var) == heap_uninit_identifier in addr_of_non_const_var()
1653 || DECL_NAME (var) == heap_identifier in addr_of_non_const_var()
1654 || DECL_NAME (var) == heap_vec_uninit_identifier in addr_of_non_const_var()
1655 || DECL_NAME (var) == heap_vec_identifier) in addr_of_non_const_var()
1918 && IDENTIFIER_NEWDEL_OP_P (DECL_NAME (fndecl)) in cxx_replaceable_global_alloc_fn()
1931 && IDENTIFIER_NEW_OP_P (DECL_NAME (fndecl)) in cxx_placement_new_fn()
1952 tree name = DECL_NAME (fndecl); in is_std_construct_at()
1971 tree name = DECL_NAME (fndecl); in is_std_allocator_allocate()
1981 name = DECL_NAME (decl); in is_std_allocator_allocate()
2004 && id_equal (DECL_NAME (fndecl), "__dynamic_cast") in cxx_dynamic_cast_fn_p()
[all …]
Dcp-gimplify.cc1928 if (DECL_NAME (t)) in cp_genericize()
1937 && DECL_NAME (t) == DECL_NAME (var) in cp_genericize()
2165 if (TREE_CODE (decl) == RESULT_DECL && DECL_NAME (decl)) in cxx_omp_const_qual_no_mutable()
2175 && DECL_NAME (decl) == DECL_NAME (var) in cxx_omp_const_qual_no_mutable()
2810 && DECL_NAME (callee) != NULL_TREE in cp_fold()
2811 && (id_equal (DECL_NAME (callee), "move") in cp_fold()
2812 || id_equal (DECL_NAME (callee), "forward") in cp_fold()
2813 || id_equal (DECL_NAME (callee), "addressof") in cp_fold()
2815 || id_equal (DECL_NAME (callee), "__addressof") in cp_fold()
2816 || id_equal (DECL_NAME (callee), "as_const"))) in cp_fold()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgodump.cc482 || DECL_NAME (decl) == NULL_TREE) in go_decl()
521 if (DECL_NAME (decl) == NULL_TREE in go_type_decl()
611 var_name = IDENTIFIER_POINTER (DECL_NAME (decl)); in go_append_decl_name()
615 go_append_string (ob, DECL_NAME (decl)); in go_append_decl_name()
733 IDENTIFIER_POINTER (DECL_NAME (type)), in go_format_type()
739 go_append_string (ob, DECL_NAME (type)); in go_format_type()
908 (DECL_NAME (field) == NULL in go_format_type()
939 if (DECL_NAME (field) == NULL) in go_format_type()
1087 IDENTIFIER_POINTER (DECL_NAME (decl))); in go_output_fndecl()
1147 if (DECL_NAME (decl) != NULL_TREE) in go_output_typedef()
[all …]
Dtarget-hooks-macros.h43 #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;) argument
Ddbxout.cc1344 stabstr_I (DECL_NAME (context)); in dbxout_switch_text_section()
1573 if (DECL_NAME (tem)) in dbxout_type_fields()
1574 stabstr_I (DECL_NAME (tem)); in dbxout_type_fields()
1674 fndecl && (last == NULL_TREE || DECL_NAME (fndecl) == DECL_NAME (last)); in dbxout_type_methods()
1697 stabstr_I (DECL_NAME (fndecl)); in dbxout_type_methods()
2448 t = DECL_NAME (t); in dbxout_type_name()
2469 || (DECL_NAME (TYPE_NAME (context)) != 0))) in dbxout_class_name_qualifiers()
2476 name = DECL_NAME (name); in dbxout_class_name_qualifiers()
2656 if ((DECL_NAME (decl) == 0 && TREE_CODE (decl) != TYPE_DECL) in dbxout_symbol()
2771 stabstr_I (DECL_NAME (context)); in dbxout_symbol()
[all …]
Dgimple-warn-recursion.cc107 tree id = DECL_NAME (fndecl); in find_function_exit()
120 = IDENTIFIER_POINTER (DECL_NAME (current_function_decl)); in find_function_exit()
Dprint-tree.cc141 if (DECL_NAME (node)) in print_node_brief()
142 fprintf (file, " %s", IDENTIFIER_POINTER (DECL_NAME (node))); in print_node_brief()
169 && DECL_NAME (TYPE_NAME (node))) in print_node_brief()
171 IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)))); in print_node_brief()
286 if (DECL_NAME (node)) in print_node()
287 fprintf (file, " %s", IDENTIFIER_POINTER (DECL_NAME (node))); in print_node()
312 && DECL_NAME (TYPE_NAME (node))) in print_node()
314 IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)))); in print_node()
1090 const char *suffix = strchr (IDENTIFIER_POINTER (DECL_NAME (decl)), '.'); in print_decl_identifier()
Dgdbhooks.py189 def DECL_NAME(self): member in Tree
241 tree_DECL_NAME = self.node.DECL_NAME()
252 if tree_TYPE_NAME.DECL_NAME().is_nonnull():
253 result += ' %s' % tree_TYPE_NAME.DECL_NAME().IDENTIFIER_POINTER()
278 … result += ' "%s"/%d' % (tree_decl.DECL_NAME().IDENTIFIER_POINTER(), self.gdbval['order'])
Dprint-rtl-function.cc135 if (DECL_NAME (arg)) in print_any_param_name()
136 fprintf (outfile, " \"%s\"", IDENTIFIER_POINTER (DECL_NAME (arg))); in print_any_param_name()
Dcgraphclones.cc238 DECL_NAME (new_decl) = clone_function_name_numbered (thunk->decl, in duplicate_thunk_for_node()
240 SET_DECL_ASSEMBLER_NAME (new_decl, DECL_NAME (new_decl)); in duplicate_thunk_for_node()
614 len = IDENTIFIER_LENGTH (DECL_NAME (old_decl)); in create_virtual_clone()
616 memcpy (name, IDENTIFIER_POINTER (DECL_NAME (old_decl)), len); in create_virtual_clone()
619 DECL_NAME (new_decl) = get_identifier (name); in create_virtual_clone()
1036 DECL_NAME (new_decl) = fnname; in create_version_clone_with_body()
Dlanghooks.cc168 id = targetm.mangle_decl_assembler_name (decl, DECL_NAME (decl)); in lhd_set_decl_assembler_name()
171 const char *name = IDENTIFIER_POINTER (DECL_NAME (decl)); in lhd_set_decl_assembler_name()
226 gcc_assert (decl && DECL_NAME (decl)); in lhd_decl_printable_name()
227 return IDENTIFIER_POINTER (DECL_NAME (decl)); in lhd_decl_printable_name()
Dxcoffout.cc166 if (DECL_NAME (decl) == 0 || ! DECL_IS_UNDECLARED_BUILTIN (decl)) in xcoff_assign_fundamental_type_number()
169 name = IDENTIFIER_POINTER (DECL_NAME (decl)); in xcoff_assign_fundamental_type_number()
Dvtable-verify.cc722 vtable_name = IDENTIFIER_POINTER (DECL_NAME (vtbl_decl)); in verify_bb_vtables()
729 (DECL_NAME (vtbl_var_decl)); in verify_bb_vtables()
742 (DECL_NAME in verify_bb_vtables()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dsol2.cc54 if (DECL_NAME (decl) == name) in solaris_insert_attributes()
74 if (DECL_NAME (decl) == name) in solaris_insert_attributes()
91 if (DECL_NAME (decl) == name) in solaris_insert_attributes()
Dsol2-cxx.cc58 if (DECL_NAME (decl) == force_global_identifiers[i]) in solaris_cxx_decl_mangling_context()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc870 if (decl && !DECL_NAME (decl)) in objc_add_property_declaration()
1100 (DECL_NAME (decl))); in objc_add_property_declaration()
1104 property_getter_ident = DECL_NAME (decl); in objc_add_property_declaration()
1114 if (PROPERTY_NAME (x) == DECL_NAME (decl)) in objc_add_property_declaration()
1163 x = lookup_property (objc_interface_context, DECL_NAME (decl)); in objc_add_property_declaration()
1170 DECL_NAME (decl)); in objc_add_property_declaration()
1178 DECL_NAME (decl)); in objc_add_property_declaration()
1311 PROPERTY_NAME (property_decl) = DECL_NAME (decl); in objc_add_property_declaration()
2893 tree id = DECL_NAME (decl); in objc_check_global_decl()
3473 ? DECL_NAME (ident) in objc_get_class_reference()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-c.cc900 (int)ob_fcode, IDENTIFIER_POINTER (DECL_NAME (ob_fndecl)), in s390_resolve_overloaded_builtin()
997 IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); in s390_resolve_overloaded_builtin()
1003 IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); in s390_resolve_overloaded_builtin()
1011 IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); in s390_resolve_overloaded_builtin()
1020 IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); in s390_resolve_overloaded_builtin()
1026 IDENTIFIER_POINTER (DECL_NAME (ob_fndecl))); in s390_resolve_overloaded_builtin()

12345678