Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c96 static char *print_spelling (char *);
6004 print_spelling (char *buffer) in print_spelling() function
6038 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in error_init()
6055 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in pedwarn_init()
6073 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in warning_init()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c105 static char *print_spelling (char *);
6183 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in error_init()
6205 char *ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in pedwarn_init()
6229 ofwhat = print_spelling ((char *) alloca (spelling_length () + 1)); in warning_init()
7298 print_spelling (char *buffer) in print_spelling() function