Home
last modified time | relevance | path

Searched refs:language_to_string (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c223 dump_string (di, language_to_string (DECL_LANGUAGE (t), 0));
H A Derror.c2310 language_to_string (c, v) in language_to_string() function
2625 case 'L': result = language_to_string (next_lang, verbose); break;
H A Dcp-tree.h3954 extern const char *language_to_string PARAMS ((enum languages, int));
H A DChangeLog13645 (language_to_string): Declare.
13652 * error.c (language_to_string): Give it external linkage.
H A DChangeLog.21591 (language_to_string): ... here. Adjust.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c218 dump_string_field (di, "lang", language_to_string (DECL_LANGUAGE (t))); in cp_dump_tree()
H A Derror.c2056 language_to_string (enum languages c) in language_to_string() function
2354 case 'L': result = language_to_string (next_lang); break; in cp_printer()
H A Dcp-tree.h4018 extern const char *language_to_string (enum languages);
H A DChangeLog-20033643 * cp-tree.h (language_to_string): Adjust declaration.
3649 (language_to_string): Likewise.
5481 (language_to_string): Likewise.
H A DChangeLog-20003773 (language_to_string): Declare.
3780 * error.c (language_to_string): Give it external linkage.
H A DChangeLog-20042446 language_to_string): Likewise.
H A DChangeLog2918 * error.c (language_to_string): Likewise.
H A DChangeLog-19991591 (language_to_string): ... here. Adjust.