Searched refs:TOKEN_NAME (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cpplex.c | 61 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro 1390 spelling = TOKEN_NAME (token); 1424 TOKEN_NAME (token)); 1436 cpp_error (pfile, DL_ICE, "unspellable token %s", TOKEN_NAME (token)); 1489 spelling = TOKEN_NAME (token); 1522 fprintf (stderr, "impossible STRING token %s\n", TOKEN_NAME (token));
|
| D | ChangeLog.4 | 5269 TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION, 13771 * cpphash.h (TOKEN_NAME): New macro. 13775 * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator. 13780 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | lex.c | 51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro 1292 spelling = TOKEN_NAME (token); in cpp_spell_token() 1330 "unspellable token %s", TOKEN_NAME (token)); in cpp_spell_token() 1378 spelling = TOKEN_NAME (token); in cpp_output_token()
|