Searched refs:format_spec (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddiagnostic.c129 diagnostic->message.format_spec = msg;
197 (*context->internal_error) (diagnostic->message.format_spec,
398 const char *saved_format_spec = diagnostic->message.format_spec;
401 diagnostic->message.format_spec
402 = ACONCAT ((diagnostic->message.format_spec,
412 diagnostic->message.format_spec = saved_format_spec;
463 text.format_spec = _(gmsgid);
H A Dpretty-print.c203 /* Formatting phases 1 and 2: render TEXT->format_spec plus
226 /* Formatting phase 1: split up TEXT->format_spec into chunks in
234 for (p = text->format_spec; *p; )
750 text.format_spec = msg;
768 text.format_spec = msg;
H A Dpretty-print.h35 const char *format_spec; member in struct:__anon1193
176 TEXT->format_spec points to a format code. FORMAT_DECODER should call
180 should advance the TEXT->format_spec as it goes. When FORMAT_DECODER
181 returns, TEXT->format_spec should point to the last character processed.

Completed in 77 milliseconds