Searched refs:TOKEN_SPELL (Results 1 – 3 of 3) sorted by relevance
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro1224 switch (TOKEN_SPELL (token)) in cpp_token_len()1279 switch (TOKEN_SPELL (token)) in cpp_spell_token()1365 switch (TOKEN_SPELL (token)) in cpp_output_token()1420 switch (TOKEN_SPELL (a)) in _cpp_equiv_tokens()1687 switch (TOKEN_SPELL (tok)) in cpp_token_val_index()
60 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro1356 switch (TOKEN_SPELL (token))1377 switch (TOKEN_SPELL (token))1476 switch (TOKEN_SPELL (token))1544 switch (TOKEN_SPELL (a))
5268 (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,13780 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference13782 * cpplib.c: Use TOKEN_SPELL.14337 * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.14338 * cpplex.c (TOKEN_SPELL) Move to cpphash.h.14347 save parameter spellings if necessary. Use TOKEN_SPELL.