Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dinsert_whitespace_detection.hpp397 case T_XORASSIGN: in must_insert()
/third_party/boost/libs/wave/test/testlexers/
Dcpp_tokens.hpp61 { "^=", boost::wave::T_XORASSIGN },
/third_party/boost/boost/wave/
Dtoken_ids.hpp100 T_XORASSIGN = TOKEN_FROM_ID(263, OperatorTokenType), enumerator
/third_party/boost/libs/wave/samples/token_statistics/xlex/
Dxlex_lexer.hpp203 TOKEN_DATA(T_XORASSIGN, Q("^=")),
/third_party/boost/libs/wave/samples/list_includes/lexertl/
Dlexertl_lexer.hpp200 TOKEN_DATA(T_XORASSIGN, Q("^=")),
/third_party/boost/boost/wave/cpplexer/re2clex/
Dstrict_cpp.re211 "^=" { BOOST_WAVE_RET(T_XORASSIGN); }
Dcpp.re212 "^=" { BOOST_WAVE_RET(T_XORASSIGN); }
Dcpp_re.inc1751 { BOOST_WAVE_RET(T_XORASSIGN); }
Dstrict_cpp_re.inc1750 { BOOST_WAVE_RET(T_XORASSIGN); }
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h385 | pp(T_XORASSIGN) in definition()