Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c750 static const char *const token_names[] = { in cp_lexer_print_token() local
766 gcc_assert (token->type < ARRAY_SIZE(token_names)); in cp_lexer_print_token()
767 fputs (token_names[token->type], stream); in cp_lexer_print_token()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.413777 TTYPE_TABLE. Eliminate token_names. For non-OPERATOR tokens,
14740 * cpplex.c (token_names): Trim leading CPP_ from names; make
15004 token_names, token_spellings, _cpp_expand_name_space,