OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pp_scalar
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
pretty-print.h
353
#define
pp_scalar
(PP, FORMAT, SCALAR) \
macro
360
#define pp_decimal_int(PP, I)
pp_scalar
(PP, "%d", I)
362
pp_scalar
(PP, HOST_WIDE_INT_PRINT_UNSIGNED, (unsigned HOST_WIDE_INT) I)
370
#define pp_double(PP, F)
pp_scalar
(PP, "%f", F)
371
#define pp_pointer(PP, P)
pp_scalar
(PP, "%p", P)
460
pp_scalar
(pp, HOST_WIDE_INT_PRINT_DEC, i);
/src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h
326
#define
pp_scalar
(PP, FORMAT, SCALAR) \
macro
333
#define pp_decimal_int(PP, I)
pp_scalar
(PP, "%d", I)
335
pp_scalar
(PP, HOST_WIDE_INT_PRINT_UNSIGNED, (unsigned HOST_WIDE_INT) I)
343
#define pp_double(PP, F)
pp_scalar
(PP, "%f", F)
344
#define pp_pointer(PP, P)
pp_scalar
(PP, "%p", P)
430
pp_scalar
(pp, HOST_WIDE_INT_PRINT_DEC, i);
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026