Home
last modified time | relevance | path

Searched refs:pp_greater (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dpretty-print.h62 #define pp_greater(PPI) output_add_character (pp_buffer (PPI), '>') macro
H A Dc-pretty-print.c943 pp_greater (ppi);
/openbsd/gnu/gcc/gcc/
H A Dpretty-print.h236 #define pp_greater(PP) pp_character (PP, '>') macro
H A Dc-pretty-print.c1628 pp_greater (pp); in pp_c_relational_expression()