Searched refs:new_message (Results 1 – 4 of 4) sorted by relevance
73 void new_message(const char *msgfmt, ...);
1723 new_message(const char *msgfmt, ...) in new_message() function
677 Enhanced type field in new_message to handle delayed messages.
3222 char *new_message; in output_operand_lossage() local3230 new_message = xvasprintf (fmt_string, ap); in output_operand_lossage()3233 error_for_asm (this_is_asm_operands, "%s", new_message); in output_operand_lossage()3235 internal_error ("%s", new_message); in output_operand_lossage()3238 free (new_message); in output_operand_lossage()