Searched refs:T_OROR_TRIGRAPH (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/wave/test/testlexers/ |
D | cpp_tokens.hpp | 56 { "|\?\?!", boost::wave::T_OROR_TRIGRAPH }, 57 { "\?\?!|", boost::wave::T_OROR_TRIGRAPH }, 58 { "\?\?!\?\?!", boost::wave::T_OROR_TRIGRAPH },
|
/third_party/boost/boost/wave/cpplexer/re2clex/ |
D | strict_cpp.re | 231 "??!|" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 232 "|??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 234 "??!??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
|
D | cpp.re | 232 "??!|" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 233 "|??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 235 "??!??!" { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
|
D | cpp_re.inc | 3190 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 3738 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); } 4466 { BOOST_WAVE_RET(T_OROR_TRIGRAPH); }
|
D | strict_cpp_re.inc | 3186 { 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/ |
D | token_ids.hpp | 133 T_OROR_TRIGRAPH = TOKEN_FROM_ID(286, OperatorTokenType|TriGraphTokenType), enumerator
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xlex_lexer.hpp | 200 TOKEN_DATA(T_OROR_TRIGRAPH, TRI("!") Q("|") OR Q("|") TRI("!") OR TRI("!") TRI("!")),
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 228 TOKEN_DATA(T_OROR_TRIGRAPH, "{TRI}!\\||\\|{TRI}!|{TRI}!{TRI}!"),
|