Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc3223 const char *pfx_str; in output_operand_lossage() local
3228 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: "; in output_operand_lossage()
3229 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c3597 const char *pfx_str; in output_operand_lossage() local
3602 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: "; in output_operand_lossage()
3603 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid)); in output_operand_lossage()