Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c57 static const char *code_to_string (enum tree_code);
3180 code_to_string (enum tree_code c) in code_to_string() function
4298 case 'C': result = code_to_string (next_tcode); break; in cp_printer()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc57 static const char *code_to_string (enum tree_code);
3273 code_to_string (enum tree_code c) in code_to_string() function
4402 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-2013821 * error.c (code_to_string): Use new wrapper get_tree_code_name.
H A DChangeLog-19991589 (code_to_string): ... here. Adjust.