Searched refs:decl_as_string (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dptree.c60 fprintf (file, " full-name \"%s\"", decl_as_string (node, flags));
66 decl_as_string (node, TFF_TEMPLATE_HEADER));
H A Derror.c2794 /* Wrap decl_as_string with options appropriate for dwarf. */
2803 name = decl_as_string (decl, flags);
2810 decl_as_string (tree decl, int flags) function
2849 : decl_as_string (decl, TFF_DECL_SPECIFIERS));
H A Dcp-tree.h5536 extern const char *decl_as_string (tree, int);
H A Dclass.c8338 fprintf (stream, "%s:", decl_as_string (decl, TFF_PLAIN_IDENTIFIER));
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c568 decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME),
569 strlen (decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME)));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derror.c33 #define D decl_as_string
1899 decl_as_string (decl, v) function
1920 return decl_as_string (decl, 1);
H A Dpt.c3448 cat(decl_as_string (DECL_CONTEXT (arg), 0));
4299 file, decl_as_string (p->decl, 0));
4310 decl_as_string (p->decl, 0));
H A Dcp-tree.h3050 extern char *decl_as_string PROTO((tree, int));
H A Ddecl.c3948 decl_as_string (t, 0));

Completed in 169 milliseconds