Home
last modified time | relevance | path

Searched defs:PPI (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-pretty-print.h100 #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 …]
/freebsd-12-stable/contrib/binutils/opcodes/
Dsh-opc.h64 PPI, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp6143 pp_iterator PPI; in findPreprocessedEntity() local