Home
last modified time | relevance | path

Searched refs:T_MSEXT_TRY (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp190 { "__try", boost::wave::T_MSEXT_TRY },
/third_party/boost/boost/wave/
Dtoken_ids.hpp278 T_MSEXT_TRY = TOKEN_FROM_ID(413, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp325 TOKEN_DATA(T_MSEXT_TRY , "__try"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp338 TOKEN_DATA(T_MSEXT_TRY , "__try"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re131 "__try" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_TRY : T_IDENTIFIER); }
Dcpp.re132 "__try" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_TRY : T_IDENTIFIER); }
Dcpp_re.inc3950 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_TRY : T_IDENTIFIER); }
Dstrict_cpp_re.inc3940 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_TRY : T_IDENTIFIER); }