Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp169 { "union", boost::wave::T_UNION },
/third_party/boost/boost/wave/
Dtoken_ids.hpp213 T_UNION = TOKEN_FROM_ID(360, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp307 TOKEN_DATA(T_UNION, "union"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp305 TOKEN_DATA(T_UNION, "union"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re113 "union" { BOOST_WAVE_RET(T_UNION); }
Dcpp.re114 "union" { BOOST_WAVE_RET(T_UNION); }
Dcpp_re.inc4336 { BOOST_WAVE_RET(T_UNION); }
Dstrict_cpp_re.inc4323 { BOOST_WAVE_RET(T_UNION); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h1129 | ch_p(T_UNION) in definition()