Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp236 TOKEN_DATA(T_RIGHTBRACE_TRIGRAPH, "{TRI}>"),
685 case T_RIGHTBRACE_TRIGRAPH: in get()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp252 case T_RIGHTBRACE_TRIGRAPH: in get()
Dstrict_cpp.re142 "??>" { BOOST_WAVE_RET(T_RIGHTBRACE_TRIGRAPH); }
Dcpp.re143 "??>" { BOOST_WAVE_RET(T_RIGHTBRACE_TRIGRAPH); }
Dcpp_re.inc2487 { BOOST_WAVE_RET(T_RIGHTBRACE_TRIGRAPH); }
Dstrict_cpp_re.inc2477 { BOOST_WAVE_RET(T_RIGHTBRACE_TRIGRAPH); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp102 { "\?\?>", boost::wave::T_RIGHTBRACE_TRIGRAPH },
/third_party/boost/boost/wave/
Dtoken_ids.hpp142 T_RIGHTBRACE_TRIGRAPH = TOKEN_FROM_ID(293, OperatorTokenType|TriGraphTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp243 TOKEN_DATA(T_RIGHTBRACE_TRIGRAPH, TRI(">")),
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp715 case T_RIGHTBRACE_TRIGRAPH: in get()