Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp192 { "__finally", boost::wave::T_MSEXT_FINALLY },
/third_party/boost/boost/wave/
Dtoken_ids.hpp280 T_MSEXT_FINALLY = TOKEN_FROM_ID(415, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp327 TOKEN_DATA(T_MSEXT_FINALLY, "__finally"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp340 TOKEN_DATA(T_MSEXT_FINALLY, "__finally"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re133 "__finally" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_FINALLY : T_IDENTIFIER); }
Dcpp.re134 "__finally" { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_FINALLY : T_IDENTIFIER); }
Dcpp_re.inc5566 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_FINALLY : T_IDENTIFIER); }
Dstrict_cpp_re.inc5553 { BOOST_WAVE_RET(s->enable_ms_extensions ? T_MSEXT_FINALLY : T_IDENTIFIER); }