Searched defs:PPI (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ argument 103 #define pp_declaration(PPI, T) \ argument 105 #define pp_declaration_specifiers(PPI, D) \ argument 109 #define pp_type_specifier_seq(PPI, D) \ argument 111 #define pp_declarator(PPI, D) \ argument 113 #define pp_direct_declarator(PPI, D) \ argument 119 #define pp_parameter_list(PPI, T) \ argument 121 #define pp_type_id(PPI, D) \ argument 130 #define pp_statement(PPI, S) \ argument 137 #define pp_primary_expression(PPI, E) \ argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-pretty-print.h | 94 #define pp_c_tree_identifier(PPI, ID) \ argument
|