/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ptree.cc | 50 fprintf (file, " full-name \"%s\"", decl_as_string (node, flags)); in cxx_print_decl() 58 decl_as_string (node, TFF_TEMPLATE_HEADER)); in cxx_print_decl() 413 auto fullname = decl_as_string (decl, 0); in debug_overload()
|
H A D | error.cc | 3135 name = decl_as_string (decl, flags); in decl_as_dwarf_string() 3142 decl_as_string (tree decl, int flags) in decl_as_string() function 3181 : decl_as_string (decl, TFF_DECL_SPECIFIERS)); in lang_decl_name()
|
H A D | ChangeLog-1999 | 1550 (type_as_string, decl_as_string, expr_as_string): Adjust prototype. 1582 (decl_as_string): Likewise. 3027 type_as_string_real, args_as_string, decl_as_string, 3035 type_as_string, expr_as_string, decl_as_string, lang_decl_name,
|
H A D | cp-tree.h | 6979 extern const char *decl_as_string (tree, int);
|
H A D | class.cc | 9238 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
|
H A D | ChangeLog-2009 | 2628 (decl_as_string): Disable translation of identifiers.
|
H A D | ChangeLog-2013 | 1679 (decl_as_string): Likewise.
|
H A D | ChangeLog-2003 | 5472 (decl_as_string): Likewise.
|
H A D | ChangeLog-2004 | 4331 (decl_as_string); Likewise.
|
H A D | ChangeLog-2000 | 622 (type_as_string, decl_as_string, expr_as_string,
|
H A D | pt.cc | 11120 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | ptree.c | 49 fprintf (file, " full-name \"%s\"", decl_as_string (node, flags)); in cxx_print_decl() 56 decl_as_string (node, TFF_TEMPLATE_HEADER)); in cxx_print_decl()
|
H A D | error.c | 3042 name = decl_as_string (decl, flags); in decl_as_dwarf_string() 3049 decl_as_string (tree decl, int flags) in decl_as_string() function 3088 : decl_as_string (decl, TFF_DECL_SPECIFIERS)); in lang_decl_name()
|
H A D | cp-tree.h | 6704 extern const char *decl_as_string (tree, int);
|
H A D | class.c | 9121 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
|
H A D | pt.c | 10796 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-encoding.cc | 558 decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME), in encode_aggregate_within() 559 strlen (decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME))); in encode_aggregate_within()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-encoding.c | 558 decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME), in encode_aggregate_within() 559 strlen (decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME))); in encode_aggregate_within()
|