Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp219 TOKEN_DATA(T_LEFTBRACKET_TRIGRAPH, "{TRI}" Q("(")),
686 case T_LEFTBRACKET_TRIGRAPH: in get()
/third_party/boost/boost/wave/cpplexer/re2clex/
Dcpp_re2c_lexer.hpp253 case T_LEFTBRACKET_TRIGRAPH: in get()
Dstrict_cpp.re145 "??(" { BOOST_WAVE_RET(T_LEFTBRACKET_TRIGRAPH); }
Dcpp.re146 "??(" { BOOST_WAVE_RET(T_LEFTBRACKET_TRIGRAPH); }
Dcpp_re.inc2417 { BOOST_WAVE_RET(T_LEFTBRACKET_TRIGRAPH); }
Dstrict_cpp_re.inc2407 { BOOST_WAVE_RET(T_LEFTBRACKET_TRIGRAPH); }
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp86 { "\?\?(", boost::wave::T_LEFTBRACKET_TRIGRAPH },
/third_party/boost/boost/wave/
Dtoken_ids.hpp121 T_LEFTBRACKET_TRIGRAPH = TOKEN_FROM_ID(278, OperatorTokenType|TriGraphTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp227 TOKEN_DATA(T_LEFTBRACKET_TRIGRAPH, TRI(Q("("))),
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dcpp_slex_lexer.hpp716 case T_LEFTBRACKET_TRIGRAPH: in get()