Searched refs:T_NOT_ALT (Results 1 – 9 of 9) sorted by relevance
65 case T_NOT_ALT: in handle_identifier()464 case T_NOT_ALT: in must_insert()
31 { "not", boost::wave::T_NOT_ALT },
128 T_NOT_ALT = TOKEN_FROM_ID(284, OperatorTokenType|AltExtTokenType), enumerator
392 TOKEN_DATA(T_NOT_ALT, "not"),
396 TOKEN_DATA(T_NOT_ALT, "not"),
202 "not" { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
203 "not" { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
2839 { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }
2835 { BOOST_WAVE_RET(s->act_in_c99_mode ? T_IDENTIFIER : T_NOT_ALT); }