Searched refs:T_PLUSPLUS (Results 1 – 12 of 12) sorted by relevance
356 case T_PLUSPLUS: in must_insert()358 if (T_PLUS == prev || T_PLUSPLUS == prev) in must_insert()
77 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
3153 { BOOST_WAVE_RET(T_PLUSPLUS); }
99 { "++", boost::wave::T_PLUSPLUS },
446 | ch_p(T_PLUSPLUS) >> cast_expression in definition()546 | ch_p(T_PLUSPLUS) in definition()
136 T_PLUSPLUS = TOKEN_FROM_ID(289, OperatorTokenType), enumerator
240 TOKEN_DATA(T_PLUSPLUS, Q("+") Q("+")),
231 TOKEN_DATA(T_PLUSPLUS, Q("+") "{2}"),
235 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
236 "++" { BOOST_WAVE_RET(T_PLUSPLUS); }
1554 { BOOST_WAVE_RET(T_PLUSPLUS); }
1540 { BOOST_WAVE_RET(T_PLUSPLUS); }