Home
last modified time | relevance | path

Searched refs:decl_to_string (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c49 static const char *decl_to_string (tree, int);
2008 decl_to_string (tree decl, int verbose) in decl_to_string() function
2349 result = decl_to_string (temp, verbose); in cp_printer()
H A DChangeLog-20033149 * error.c (decl_to_string): Do not print default argument
5477 (decl_to_string): Likewise.
H A DChangeLog-20044334 (decl_to_string): Likewise.
H A DChangeLog-19991585 (decl_to_string): New static print callback.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c67 static const char *decl_to_string PARAMS ((tree, int));
2249 decl_to_string (decl, verbose) in decl_to_string() function
2622 case 'D': result = decl_to_string (next_tree, verbose); break;
H A DChangeLog749 * error.c (decl_to_string): Do not print default argument
H A DChangeLog.21585 (decl_to_string): New static print callback.