Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c4645 char *ofwhat; local
4648 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));
4649 if (*ofwhat)
4650 error ("(near initialization for `%s')", ofwhat);
4661 char *ofwhat; local
4664 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));
4665 if (*ofwhat)
4666 pedwarn ("(near initialization for `%s')", ofwhat);
4677 char *ofwhat; local
4680 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1));
[all …]
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c4518 char *ofwhat; in error_init() local
4521 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() local
4536 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() local
4551 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in warning_init()
[all …]