Searched refs:print_identifier (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | error.c | 49 #define print_identifier(BUFFER, ID) output_add_string ((BUFFER), (ID)) macro 185 print_identifier (scratch_buffer, names[ix]); 247 print_identifier (scratch_buffer, "class"); 257 print_identifier (scratch_buffer, "{template default argument error}"); 308 print_identifier (scratch_buffer, "<missing>"); 335 print_identifier (scratch_buffer, "<unknown type>"); 408 print_identifier (scratch_buffer, "<anonymous>"); 417 print_identifier 437 print_identifier 464 print_identifier (scratch_buffer, "template "); [all …]
|
H A D | ChangeLog | 5671 (print_identifier): Likewise. 11444 (print_identifier): Likewise.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | langhooks.h | 329 lang_print_tree_hook print_identifier; member
|
H A D | print-tree.c | 739 (*lang_hooks.print_identifier) (file, node, indent);
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | langhooks.h | 375 lang_print_tree_hook print_identifier; member
|
H A D | print-tree.c | 768 lang_hooks.print_identifier (file, node, indent); in print_node()
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2002 | 4268 (print_identifier): Likewise.
|
H A D | ChangeLog-2000 | 1572 (print_identifier): Likewise.
|