Home
last modified time | relevance | path

Searched refs:T_WCHART (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp175 { "wchar_t", boost::wave::T_WCHART },
/third_party/boost/boost/wave/
Dtoken_ids.hpp219 T_WCHART = TOKEN_FROM_ID(366, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp313 TOKEN_DATA(T_WCHART, "wchar_t"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp311 TOKEN_DATA(T_WCHART, "wchar_t"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re119 "wchar_t" { BOOST_WAVE_RET(T_WCHART); }
Dcpp.re120 "wchar_t" { BOOST_WAVE_RET(T_WCHART); }
Dcpp_re.inc5263 { BOOST_WAVE_RET(T_WCHART); }
Dstrict_cpp_re.inc5250 { BOOST_WAVE_RET(T_WCHART); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1305 | ch_p(T_WCHART) in definition()