Home
last modified time | relevance | path

Searched defs:TOKEN_SPELL (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category) macro