Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c52 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro