Home
last modified time | relevance | path

Searched refs:decl_as_string (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dptree.c52 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 Dcp-lang.c121 return decl_as_string (t, in cxx_dwarf_name()
H A Derror.c2558 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 Dcp-tree.h5154 extern const char *decl_as_string (tree, int);
H A Dclass.c7668 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dptree.c49 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 Derror.c2946 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 Dcp-tree.h6408 extern const char *decl_as_string (tree, int);
H A Dclass.c8505 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER)); in dump_array()
H A Dpt.c10165 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 Dobjc-encoding.c558 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()