Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpretty-print.h322 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dpretty-print.h278 #define pp_decimal_int(PP, I) pp_scalar (PP, "%d", I) macro