Searched refs:token_names (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c751 static const char *const token_names[] = {
767 gcc_assert (token->type < ARRAY_SIZE(token_names));
768 fputs (token_names[token->type], stream);
750 static const char *const token_names[] = { local

Completed in 178 milliseconds