Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp137 { "goto", boost::wave::T_GOTO },
/third_party/boost/boost/wave/
Dtoken_ids.hpp184 T_GOTO = TOKEN_FROM_ID(331, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp278 TOKEN_DATA(T_GOTO, "goto"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp276 TOKEN_DATA(T_GOTO, "goto"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re78 "goto" { BOOST_WAVE_RET(T_GOTO); }
Dcpp.re79 "goto" { BOOST_WAVE_RET(T_GOTO); }
Dcpp_re.inc3514 { BOOST_WAVE_RET(T_GOTO); }
Dstrict_cpp_re.inc3504 { BOOST_WAVE_RET(T_GOTO); }