Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp56 { "|\?\?!", boost::wave::T_OROR_TRIGRAPH },
57 { "\?\?!|", boost::wave::T_OROR_TRIGRAPH },
58 { "\?\?!\?\?!", boost::wave::T_OROR_TRIGRAPH },
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re231 "??!|" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
232 "|??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
234 "??!??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
Dcpp.re232 "??!|" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
233 "|??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
235 "??!??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
Dcpp_re.inc3190 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
3738 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
4466 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
Dstrict_cpp_re.inc3186 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
3728 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
4453 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
/third_party/boost/boost/wave/
Dtoken_ids.hpp133 T_OROR_TRIGRAPH = TOKEN_FROM_ID(286, OperatorTokenType|TriGraphTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp200 TOKEN_DATA(T_OROR_TRIGRAPH, TRI("!") Q("|") OR Q("|") TRI("!") OR TRI("!") TRI("!")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp228 TOKEN_DATA(T_OROR_TRIGRAPH, "{TRI}!\\||\\|{TRI}!|{TRI}!{TRI}!"),