Home
last modified time | relevance | path

Searched refs:T_ANY_TRIGRAPH (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp376 TOKEN_DATA(T_ANY_TRIGRAPH, "{TRI}\\/"),
690 case T_ANY_TRIGRAPH: in get()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp266 case T_ANY_TRIGRAPH: in get()
Dstrict_cpp.re249 "??/" { BOOST_WAVE_RET(T_ANY_TRIGRAPH); }
Dcpp.re250 "??/" { BOOST_WAVE_RET(T_ANY_TRIGRAPH); }
Dcpp_re.inc2436 { BOOST_WAVE_RET(T_ANY_TRIGRAPH); }
Dstrict_cpp_re.inc2426 { BOOST_WAVE_RET(T_ANY_TRIGRAPH); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp249 { "\?\?/", boost::wave::T_ANY_TRIGRAPH },
/third_party/boost/boost/wave/
Dtoken_ids.hpp257 T_ANY_TRIGRAPH = TOKEN_FROM_ID(397, UnknownTokenType|TriGraphTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp370 TOKEN_DATA(T_ANY_TRIGRAPH, TRI(Q("/"))),
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp720 case T_ANY_TRIGRAPH: in get()