Searched refs:ofwhat (Results 1 – 2 of 2) sorted by relevance
4645 char *ofwhat; local4648 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));4649 if (*ofwhat)4650 error ("(near initialization for `%s')", ofwhat);4661 char *ofwhat; local4664 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));4665 if (*ofwhat)4666 pedwarn ("(near initialization for `%s')", ofwhat);4677 char *ofwhat; local4680 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));[all …]
4518 char *ofwhat; in error_init() local4521 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in error_init()4522 if (*ofwhat) in error_init()4523 error ("(near initialization for %qs)", ofwhat); in error_init()4533 char *ofwhat; in pedwarn_init() local4536 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in pedwarn_init()4537 if (*ofwhat) in pedwarn_init()4538 pedwarn ("(near initialization for %qs)", ofwhat); in pedwarn_init()4548 char *ofwhat; in warning_init() local4551 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in warning_init()[all …]