Home
last modified time | relevance | path

Searched refs:fndecl_to_string (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Derror.c51 static const char *fndecl_to_string (tree, int);
2035 fndecl_to_string (tree fndecl, int verbose) in fndecl_to_string() function
2353 case 'F': result = fndecl_to_string (next_tree, verbose); break; in cp_printer()
DChangeLog-20035479 (fndecl_to_string): Likewise.
DChangeLog-19991587 (fndecl_to_string): Likewise.
DChangeLog3874 * error.c (fndecl_to_string): Print the template parameter list.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Derror.c69 static const char *fndecl_to_string PARAMS ((tree, int));
2284 fndecl_to_string (fndecl, verbose) in fndecl_to_string() function
2624 case 'F': result = fndecl_to_string (next_tree, verbose); break;
DChangeLog.21587 (fndecl_to_string): Likewise.