HomeSort by: relevance | last modified time | path
    Searched defs:pfx_str (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
final.cc 3193 const char *pfx_str;
3198 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: ";
3199 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid));
3181 const char *pfx_str; local
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 3239 const char *pfx_str;
3244 pfx_str = this_is_asm_operands ? _("invalid 'asm': ") : "output_operand: ";
3245 fmt_string = xasprintf ("%s%s", pfx_str, _(cmsgid));
3227 const char *pfx_str; local

Completed in 54 milliseconds