Searched refs:decl_as_string (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | ptree.c | 52 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()
|
H A D | cp-lang.c | 121 return decl_as_string (t, in cxx_dwarf_name()
|
H A D | error.c | 2558 decl_as_string (tree decl, int flags) in decl_as_string() function 2582 : decl_as_string (decl, TFF_DECL_SPECIFIERS)); in lang_decl_name()
|
H A D | cp-tree.h | 5154 extern const char *decl_as_string (tree, int);
|
H A D | class.c | 7668 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
|
/dflybsd-src/contrib/gcc-8.0/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 | 2946 name = decl_as_string (decl, flags); in decl_as_dwarf_string() 2953 decl_as_string (tree decl, int flags) in decl_as_string() function 2992 : decl_as_string (decl, TFF_DECL_SPECIFIERS)); in lang_decl_name()
|
H A D | cp-tree.h | 6408 extern const char *decl_as_string (tree, int);
|
H A D | class.c | 8505 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
|
H A D | pt.c | 10165 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc()
|
/dflybsd-src/contrib/gcc-4.7/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()
|