Home
last modified time | relevance | path

Searched defs:pp_tree_identifier (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dpretty-print.h94 #define pp_tree_identifier(PPI, T) pp_identifier(PPI, IDENTIFIER_POINTER (T)) macro
/openbsd/src/gnu/gcc/gcc/
Dpretty-print.h277 #define pp_tree_identifier(PP, T) \ macro