Searched refs:T_ASSIGN (Results 1 – 13 of 13) sorted by relevance
382 = pp(T_ASSIGN) in definition()654 = ch_p(T_ASSIGN) >> initializer_clause in definition()678 = ch_p(T_NAMESPACE) >> ch_p(T_IDENTIFIER) >> ch_p(T_ASSIGN) in definition()715 >> !(ch_p(T_ASSIGN) >> type_id) in definition()717 >> !(ch_p(T_ASSIGN) >> type_id) in definition()721 >> !(ch_p(T_ASSIGN) >> template_name) in definition()900 >> !(ch_p(T_ASSIGN) >> assignment_expression) in definition()1048 = enumerator >> !(ch_p(T_ASSIGN) >> constant_expression) in definition()1259 = ch_p(T_ASSIGN) >> ch_p(T_INTLIT) in definition()1264 = ch_p(T_ASSIGN) >> constant_expression in definition()
117 = no_node_d[ch_p(T_ASSIGN)] in definition()
377 case T_ASSIGN: in must_insert()
66 "=" { BOOST_WAVE_RET(T_ASSIGN); }
355 { BOOST_WAVE_RET(T_ASSIGN); }
52 { "=", boost::wave::T_ASSIGN },
88 T_ASSIGN = TOKEN_FROM_ID(258, OperatorTokenType), enumerator
196 TOKEN_DATA(T_ASSIGN, "="),
192 TOKEN_DATA(T_ASSIGN, "="),
203 "=" { BOOST_WAVE_RET(T_ASSIGN); }
204 "=" { BOOST_WAVE_RET(T_ASSIGN); }
480 { BOOST_WAVE_RET(T_ASSIGN); }
467 { BOOST_WAVE_RET(T_ASSIGN); }