Searched refs:T_MINUSASSIGN (Results 1 – 10 of 10) sorted by relevance
346 case T_MINUSASSIGN: in must_insert()380 case T_MINUSASSIGN: in must_insert()
88 { "-=", boost::wave::T_MINUSASSIGN },
123 T_MINUSASSIGN = TOKEN_FROM_ID(280, OperatorTokenType), enumerator
229 TOKEN_DATA(T_MINUSASSIGN, Q("-=")),
221 TOKEN_DATA(T_MINUSASSIGN, Q("-=")),
207 "-=" { BOOST_WAVE_RET(T_MINUSASSIGN); }
208 "-=" { BOOST_WAVE_RET(T_MINUSASSIGN); }
1569 { BOOST_WAVE_RET(T_MINUSASSIGN); }
1555 { BOOST_WAVE_RET(T_MINUSASSIGN); }
387 | pp(T_MINUSASSIGN) in definition()