Searched refs:DECL_NAME (Results 176 - 185 of 185) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.c5410 new_t = copy_var_decl (t, DECL_NAME (t), TREE_TYPE (t));
H A Dtree.h2492 #define DECL_NAME(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.name)
2931 as DECL_NAME. It is an IDENTIFIER_NODE. */
2479 #define DECL_NAME macro
H A Dbuiltins.c257 /* Note that we must use DECL_NAME, not DECL_ASSEMBLER_NAME_SET_P since
260 const char *name = IDENTIFIER_POINTER (DECL_NAME (node));
H A Dfold-const.c14392 fold_checksum_tree (DECL_NAME (expr), ctx, ht);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c8389 && DECL_NAME (current_function_decl)
8390 && MAIN_NAME_P (DECL_NAME (current_function_decl))
24627 bname = IDENTIFIER_POINTER (DECL_NAME (implicit_built_in_decls[fn]));
24726 bname = IDENTIFIER_POINTER (DECL_NAME (implicit_built_in_decls[fn]));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c4861 && DECL_NAME (current_function_decl)
4862 && MAIN_NAME_P (DECL_NAME (current_function_decl))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c13179 ((current_function_decl && DECL_NAME (current_function_decl))
13180 ? IDENTIFIER_POINTER (DECL_NAME (current_function_decl))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dfold-const.c10622 fold_checksum_tree (DECL_NAME (expr), ctx, ht);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c17599 ((current_function_decl && DECL_NAME (current_function_decl))
17600 ? IDENTIFIER_POINTER (DECL_NAME (current_function_decl))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c21471 && !strcmp (IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (elt_type))),

Completed in 815 milliseconds

12345678