Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dpretty-print.h274 #define pp_pointer(PP, P) pp_scalar (PP, "%p", P) macro
H A Dpretty-print.c453 pp_pointer (pp, va_arg (*text->args_ptr, void *)); in pp_base_format()