Home
last modified time | relevance | path

Searched refs:format_spec (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.c515 for (; *text->format_spec; ++text->format_spec)
521 const char *p = text->format_spec;
524 wrap_text (buffer, text->format_spec, p);
525 text->format_spec = p;
528 if (*text->format_spec == '\0')
533 if (*++text->format_spec == 'l')
536 ++text->format_spec;
542 switch (*text->format_spec)
609 if (*++text->format_spec != '*')
611 else if (*++text->format_spec != 's')
[all …]
H A Ddiagnostic.h32 const char *format_spec; member
H A Dc-objc-common.c412 switch (*text->format_spec)
/openbsd-src/gnu/gcc/gcc/
H A Ddiagnostic.c127 diagnostic->message.format_spec = msg; in diagnostic_set_info_translated()
195 (*context->internal_error) (diagnostic->message.format_spec, in diagnostic_count_diagnostic()
396 const char *saved_format_spec = diagnostic->message.format_spec; in diagnostic_report_diagnostic()
399 diagnostic->message.format_spec in diagnostic_report_diagnostic()
400 = ACONCAT ((diagnostic->message.format_spec, in diagnostic_report_diagnostic()
410 diagnostic->message.format_spec = saved_format_spec; in diagnostic_report_diagnostic()
460 text.format_spec = _(gmsgid); in verbatim()
H A Dpretty-print.c234 for (p = text->format_spec; *p; ) in pp_base_format()
750 text.format_spec = msg; in pp_printf()
768 text.format_spec = msg; in pp_verbatim()
H A Dpretty-print.h35 const char *format_spec; member
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dste.c108 ffestpFile *format_spec, bool rec,
114 ffestpFile *format_spec);
1292 ffestpFile *format_spec, in ffeste_io_cilist_() argument
1369 formatinit = ffecom_lookup_label (format_spec->u.label); in ffeste_io_cilist_()
1380 formatexp = ffecom_arg_ptr_to_const_expr (format_spec->u.expr, NULL); in ffeste_io_cilist_()
1397 formatexp = ffecom_expr_assign (format_spec->u.expr); in ffeste_io_cilist_()
1405 formatinit = ffecom_expr (format_spec->u.expr); in ffeste_io_cilist_()
1455 ffecom_prepare_arg_ptr_to_expr (format_spec->u.expr); in ffeste_io_cilist_()
1472 formatexp = ffecom_arg_ptr_to_expr (format_spec->u.expr, NULL); in ffeste_io_cilist_()
1625 ffestpFile *format_spec) in ffeste_io_icilist_() argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c2610 if (*text->format_spec == '+')
2611 ++text->format_spec;
2612 if (*text->format_spec == '#')
2615 ++text->format_spec;
2618 switch (*text->format_spec)