Home
last modified time | relevance | path

Searched refs:TOKEN_SPELL (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Dlex.c50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro
1224 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()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplex.c60 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro
1356 switch (TOKEN_SPELL (token))
1377 switch (TOKEN_SPELL (token))
1476 switch (TOKEN_SPELL (token))
1544 switch (TOKEN_SPELL (a))
H A DChangeLog.45268 (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
13780 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
13782 * 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.