Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp135 { "for", boost::wave::T_FOR },
/third_party/boost/boost/wave/
Dtoken_ids.hpp182 T_FOR = TOKEN_FROM_ID(329, KeywordTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp276 TOKEN_DATA(T_FOR, "for"),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp274 TOKEN_DATA(T_FOR, "for"),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re76 "for" { BOOST_WAVE_RET(T_FOR); }
Dcpp.re77 "for" { BOOST_WAVE_RET(T_FOR); }
Dcpp_re.inc2751 { BOOST_WAVE_RET(T_FOR); }
Dstrict_cpp_re.inc2747 { BOOST_WAVE_RET(T_FOR); }