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_buffer
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
pretty-print.h
356
sprintf (
pp_buffer
(PP)->digit_buffer, FORMAT, SCALAR); \
357
pp_string (PP,
pp_buffer
(PP)->digit_buffer); \
378
#define
pp_buffer
(PP) (PP)->buffer
macro
468
if (UNLIKELY (len > sizeof (
pp_buffer
(pp)->digit_buffer)))
472
print_dec (w,
pp_buffer
(pp)->digit_buffer, sgn);
473
pp_string (pp,
pp_buffer
(pp)->digit_buffer);
/src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h
329
sprintf (
pp_buffer
(PP)->digit_buffer, FORMAT, SCALAR); \
330
pp_string (PP,
pp_buffer
(PP)->digit_buffer); \
339
print_dec (W,
pp_buffer
(PP)->digit_buffer, SGN); \
340
pp_string (PP,
pp_buffer
(PP)->digit_buffer); \
351
#define
pp_buffer
(PP) (PP)->buffer
macro
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026