Searched refs:T_XORASSIGN (Results 1 – 10 of 10) sorted by relevance
397 case T_XORASSIGN: in must_insert()
61 { "^=", boost::wave::T_XORASSIGN },
100 T_XORASSIGN = TOKEN_FROM_ID(263, OperatorTokenType), enumerator
203 TOKEN_DATA(T_XORASSIGN, Q("^=")),
200 TOKEN_DATA(T_XORASSIGN, Q("^=")),
211 "^=" { BOOST_WAVE_RET(T_XORASSIGN); }
212 "^=" { BOOST_WAVE_RET(T_XORASSIGN); }
1751 { BOOST_WAVE_RET(T_XORASSIGN); }
1750 { BOOST_WAVE_RET(T_XORASSIGN); }
385 | pp(T_XORASSIGN) in definition()