Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp118 { "catch", boost::wave::T_CATCH },
/third_party/boost/boost/wave/
Dtoken_ids.hpp165 T_CATCH = TOKEN_FROM_ID(312, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp259 TOKEN_DATA(T_CATCH, "catch"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp257 TOKEN_DATA(T_CATCH, "catch"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re54 "catch" { BOOST_WAVE_RET(T_CATCH); }
Dcpp.re55 "catch" { BOOST_WAVE_RET(T_CATCH); }
Dcpp_re.inc4032 { BOOST_WAVE_RET(T_CATCH); }
Dstrict_cpp_re.inc4022 { BOOST_WAVE_RET(T_CATCH); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h827 = ch_p(T_CATCH) in definition()