Home
last modified time | relevance | path

Searched refs:code_to_string (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c47 static const char *code_to_string (enum tree_code);
2050 code_to_string (enum tree_code c) in code_to_string() function
2335 case 'C': result = code_to_string (next_tcode); break; in cp_printer()
H A DChangeLog-20033648 (code_to_string): Likewise.
5480 (code_to_string): Likewise.
H A DChangeLog-19991589 (code_to_string): ... here. Adjust.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c65 static const char *code_to_string PARAMS ((enum tree_code, int));
2302 code_to_string (c, v) in code_to_string() function
2621 case 'C': result = code_to_string (next_tcode, verbose); break;
H A DChangeLog.21589 (code_to_string): ... here. Adjust.