Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dpretty-print.h61 #define pp_less(PPI) output_add_character (pp_buffer (PPI), '<') macro
H A Dc-pretty-print.c941 pp_less (ppi);
/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h235 #define pp_less(PP) pp_character (PP, '<') macro
H A Dc-pretty-print.c1626 pp_less (pp); in pp_c_relational_expression()