Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp213 TOKEN_DATA(T_LEFTBRACE_TRIGRAPH, "{TRI}<"),
684 case T_LEFTBRACE_TRIGRAPH: in get()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp251 case T_LEFTBRACE_TRIGRAPH: in get()
Dstrict_cpp.re139 "??<" { BOOST_WAVE_RET(T_LEFTBRACE_TRIGRAPH); }
Dcpp.re140 "??<" { BOOST_WAVE_RET(T_LEFTBRACE_TRIGRAPH); }
Dcpp_re.inc2441 { BOOST_WAVE_RET(T_LEFTBRACE_TRIGRAPH); }
Dstrict_cpp_re.inc2431 { BOOST_WAVE_RET(T_LEFTBRACE_TRIGRAPH); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp83 { "\?\?<", boost::wave::T_LEFTBRACE_TRIGRAPH },
/third_party/boost/boost/wave/
Dtoken_ids.hpp115 T_LEFTBRACE_TRIGRAPH = TOKEN_FROM_ID(274, OperatorTokenType|TriGraphTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp224 TOKEN_DATA(T_LEFTBRACE_TRIGRAPH, TRI("<")),
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp714 case T_LEFTBRACE_TRIGRAPH: in get()