Searched refs:pp_c_identifier (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 97 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 137 void pp_c_identifier (c_pretty_printer *, const char *);
|
H A D | c-pretty-print.c | 259 pp_c_identifier (pp, as); in pp_c_type_qualifier_list() 338 pp_c_identifier (this, IDENTIFIER_POINTER (t)); in simple_type_specifier() 1218 pp_c_identifier (c_pretty_printer *pp, const char *id) in pp_c_identifier() function 2491 pp_c_identifier (pp, name); in pp_c_tree_decl_identifier()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 97 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 137 void pp_c_identifier (c_pretty_printer *, const char *);
|
H A D | c-pretty-print.cc | 268 pp_c_identifier (pp, as); in pp_c_type_qualifier_list() 347 pp_c_identifier (this, IDENTIFIER_POINTER (t)); in simple_type_specifier() 1280 pp_c_identifier (c_pretty_printer *pp, const char *id) in pp_c_identifier() function 1361 pp_c_identifier (this, ident); in primary_expression() 2961 pp_c_identifier (pp, name); in pp_c_tree_decl_identifier()
|
H A D | ChangeLog | 10678 (pp_c_identifier): Likewise. 12047 * c-pretty-print.c (pp_c_type_specifier): Use pp_c_identifier
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 83 #define pp_cxx_identifier(PP, I) pp_c_identifier (PP, I)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 83 #define pp_cxx_identifier(PP, I) pp_c_identifier (PP, I)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 25009 pp_c_identifier for non-identifiers. Mark English strings for
|
H A D | ChangeLog-2003 | 10353 (pp_c_identifier): Likewise.
|
H A D | ChangeLog-2004 | 38228 (pp_c_identifier): Likewise.
|