Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dpretty-print.h91 #define pp_pointer(PPI, P) pp_format_scalar (PPI, "%p", p) macro
/openbsd-src/gnu/gcc/gcc/
H A Dpretty-print.h274 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P) macro