Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp154 { "return", boost::wave::T_RETURN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp198 T_RETURN = TOKEN_FROM_ID(345, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp292 TOKEN_DATA(T_RETURN, "return"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp290 TOKEN_DATA(T_RETURN, "return"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re95 "return" { BOOST_WAVE_RET(T_RETURN); }
Dcpp.re96 "return" { BOOST_WAVE_RET(T_RETURN); }
Dcpp_re.inc4801 { BOOST_WAVE_RET(T_RETURN); }
Dstrict_cpp_re.inc4788 { BOOST_WAVE_RET(T_RETURN); }