Searched refs:TOKEN_NAME (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libcpp/
H A Dlex.c51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name) macro
1322 spelling = TOKEN_NAME (token);
1360 "unspellable token %s", TOKEN_NAME (token));
1408 spelling = TOKEN_NAME (token);

Completed in 106 milliseconds