Home
last modified time | relevance | path

Searched refs:decl_name (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A Dtal-debug.c63 const char *decl_name, const char *mark_name) in __gmp_tmp_debug_mark() argument
65 if (strcmp (mark_name, decl_name) != 0) in __gmp_tmp_debug_mark()
69 mark_name, decl_name); in __gmp_tmp_debug_mark()
94 const char *decl_name, size_t size) in __gmp_tmp_debug_alloc() argument
104 fprintf (stderr, "GNU MP: TMP_ALLOC without TMP_MARK(%s)\n", decl_name); in __gmp_tmp_debug_alloc()
119 const char *decl_name, const char *free_name) in __gmp_tmp_debug_free() argument
128 free_name, decl_name); in __gmp_tmp_debug_free()
132 if (strcmp (free_name, decl_name) != 0) in __gmp_tmp_debug_free()
136 free_name, decl_name); in __gmp_tmp_debug_free()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c2692 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_constructor() local
2695 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_constructor()
2703 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_destructor() local
2708 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_destructor()
2716 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_assignment_operator() local
2719 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_assignment_operator()
2746 tree decl_name = DECL_NAME (t); in dump_ada_declaration() local
2808 if (!orig && !decl_name && !name in dump_ada_declaration()
2816 && decl_name in dump_ada_declaration()
2817 && (*IDENTIFIER_POINTER (decl_name) == '.' in dump_ada_declaration()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc2749 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_constructor() local
2752 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_constructor()
2760 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_destructor() local
2765 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_destructor()
2773 tree decl_name = DECL_NAME (TYPE_NAME (type)); in print_assignment_operator() local
2776 pp_ada_tree_identifier (buffer, decl_name, t, false); in print_assignment_operator()
2803 tree decl_name = DECL_NAME (t); in dump_ada_declaration() local
2868 && !decl_name in dump_ada_declaration()
2876 && decl_name in dump_ada_declaration()
2877 && (*IDENTIFIER_POINTER (decl_name) == '.' in dump_ada_declaration()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc638 region::is_named_decl_p (const char *decl_name) const in is_named_decl_p()
642 && !strcmp (IDENTIFIER_POINTER (DECL_NAME (decl)), decl_name)) in is_named_decl_p()
H A Dregion.h207 bool is_named_decl_p (const char *decl_name) const;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2882 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func() local
2883 const char *resolver_name = IDENTIFIER_POINTER (decl_name); in make_resolver_func()
2889 SET_DECL_ASSEMBLER_NAME (decl, decl_name); in make_resolver_func()
2891 DECL_NAME (decl) = decl_name; in make_resolver_func()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2752 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func() local
2753 const char *resolver_name = IDENTIFIER_POINTER (decl_name); in make_resolver_func()
2759 SET_DECL_ASSEMBLER_NAME (decl, decl_name); in make_resolver_func()
2761 DECL_NAME (decl) = decl_name; in make_resolver_func()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc4177 tree decl_name, in generate_subtree_deferred_init() argument
4189 init_type, decl_name); in generate_subtree_deferred_init()
4198 decl_name, gsi, loc); in generate_subtree_deferred_init()
4218 tree decl_name = gimple_call_arg (stmt, 2); in sra_modify_deferred_init() local
4239 init_type, decl_name, gsi, loc); in sra_modify_deferred_init()
H A Dasan.cc3196 tree decl_name in create_odr_indicator() local
3200 if (decl_name == NULL_TREE) in create_odr_indicator()
3202 const char *dname = IDENTIFIER_POINTER (decl_name); in create_odr_indicator()
H A Ddwarf2out.cc21213 tree decl_name; in add_desc_attribute() local
21220 decl_name = DECL_NAME (decl); in add_desc_attribute()
21222 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL) in add_desc_attribute()
21225 add_desc_attribute (die, name ? name : IDENTIFIER_POINTER (decl_name)); in add_desc_attribute()
22042 tree decl_name; in add_name_and_src_coords_attributes() local
22044 decl_name = DECL_NAME (decl); in add_name_and_src_coords_attributes()
22045 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL) in add_name_and_src_coords_attributes()
23844 tree decl_name = DECL_NAME (decl); in gen_subprogram_die() local
23858 if (decl_name != NULL in gen_subprogram_die()
23859 && IDENTIFIER_POINTER (decl_name) != NULL) in gen_subprogram_die()
H A Dgenautomata.cc940 static const char *decl_name (enum decl_mode);
947 decl_name (enum decl_mode mode) in decl_name() function
981 file, line, func, expected_mode_str, decl_name (mode)); in decl_mode_check_failed()
H A Dgimplify.cc1769 tree decl_name = NULL_TREE; in gimple_add_init_for_auto_var() local
1772 decl_name = build_string_literal (IDENTIFIER_LENGTH (DECL_NAME (decl)) + 1, in gimple_add_init_for_auto_var()
1778 decl_name = build_string_literal (strlen (decl_name_anonymous) + 1, in gimple_add_init_for_auto_var()
1786 decl_name); in gimple_add_init_for_auto_var()
H A DFSFChangeLog.117427 * toplev.c (decl_name): Likewise.
H A DChangeLog-200215268 (decl_name, decl_mode_check_failed, regexp_name,
28041 * toplev.c (decl_name, decl_printable_name): Remove.
H A DChangeLog-19986336 (decl_name): Mark variable `verbosity' with ATTRIBUTE_UNUSED.
H A DChangeLog-19999727 * toplev.c (decl_name, decl_printable_name): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c2752 tree decl_name in create_odr_indicator() local
2756 if (decl_name == NULL_TREE) in create_odr_indicator()
2758 const char *dname = IDENTIFIER_POINTER (decl_name); in create_odr_indicator()
H A Ddwarf2out.c20552 tree decl_name; in add_desc_attribute() local
20559 decl_name = DECL_NAME (decl); in add_desc_attribute()
20561 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL) in add_desc_attribute()
20564 add_desc_attribute (die, name ? name : IDENTIFIER_POINTER (decl_name)); in add_desc_attribute()
21354 tree decl_name; in add_name_and_src_coords_attributes() local
21356 decl_name = DECL_NAME (decl); in add_name_and_src_coords_attributes()
21357 if (decl_name != NULL && IDENTIFIER_POINTER (decl_name) != NULL) in add_name_and_src_coords_attributes()
23146 tree decl_name = DECL_NAME (decl); in gen_subprogram_die() local
23160 if (decl_name != NULL in gen_subprogram_die()
23161 && IDENTIFIER_POINTER (decl_name) != NULL) in gen_subprogram_die()
H A Dgenautomata.c940 static const char *decl_name (enum decl_mode);
947 decl_name (enum decl_mode mode) in decl_name() function
981 file, line, func, expected_mode_str, decl_name (mode)); in decl_mode_check_failed()
H A DFSFChangeLog.117427 * toplev.c (decl_name): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24974 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func() local
24975 const char *resolver_name = IDENTIFIER_POINTER (decl_name); in make_resolver_func()
24978 SET_DECL_ASSEMBLER_NAME (decl, decl_name); in make_resolver_func()
24980 DECL_NAME (decl) = decl_name; in make_resolver_func()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24288 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func() local
24289 const char *resolver_name = IDENTIFIER_POINTER (decl_name); in make_resolver_func()
24292 SET_DECL_ASSEMBLER_NAME (decl, decl_name); in make_resolver_func()
24294 DECL_NAME (decl) = decl_name; in make_resolver_func()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201910224 (compile_cplus_instance::decl_name): Likewise.
17227 (compile_cplus_instance::decl_name): Handle changes to
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201910224 (compile_cplus_instance::decl_name): Likewise.
17227 (compile_cplus_instance::decl_name): Handle changes to