Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c53 static const char *parm_to_string (int);
2078 parm_to_string (int p) in parm_to_string() function
2356 case 'P': result = parm_to_string (next_int); break; in cp_printer()
H A DChangeLog-20033284 * error.c (parm_to_string): Call reinit_global_formatting_buffer.
3646 (parm_to_string): Lose unused parameter. Tidy.
5482 (parm_to_string): Likewise.
H A DChangeLog-20044336 (parm_to_string): Likewise.
H A DChangeLog-19991593 (parm_to_string): ... here.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c71 static const char *parm_to_string PARAMS ((int, int));
2334 parm_to_string (p, v) in parm_to_string() function
2627 case 'P': result = parm_to_string (next_int, verbose); break;
H A DChangeLog.21593 (parm_to_string): ... here.