Searched refs:pp_c_identifier (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-pretty-print.h | 95 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 134 void pp_c_identifier (c_pretty_printer *, const char *);
|
H A D | c-pretty-print.c | 258 pp_c_identifier (pp, as); in pp_c_type_qualifier_list() 333 pp_c_identifier (this, IDENTIFIER_POINTER (t)); in simple_type_specifier() 1201 pp_c_identifier (c_pretty_printer *pp, const char *id) in pp_c_identifier() function 2403 pp_c_identifier (pp, name); in pp_c_tree_decl_identifier()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-pretty-print.h | 101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID)) 210 void pp_c_identifier (c_pretty_printer *, const char *);
|
H A D | c-pretty-print.c | 277 pp_c_identifier (pp, as); in pp_c_type_qualifier_list() 349 pp_c_identifier (pp, IDENTIFIER_POINTER (t)); in pp_c_type_specifier() 1195 pp_c_identifier (c_pretty_printer *pp, const char *id) in pp_c_identifier() function 2386 pp_c_identifier (pp, name); in pp_c_tree_decl_identifier()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cxx-pretty-print.h | 62 #define pp_cxx_identifier(PP, I) pp_c_identifier (pp_c_base (PP), I)
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cxx-pretty-print.h | 80 #define pp_cxx_identifier(PP, I) pp_c_identifier (PP, I)
|