Lines Matching refs:TOKEN_NUMBER
123 token_type(token) = TOKEN_NUMBER; in replace_with_integer()
154 token_type(token) = TOKEN_NUMBER; in replace_with_bool()
494 if (t1 != TOKEN_IDENT && t1 != TOKEN_NUMBER && t1 != TOKEN_SPECIAL) in combine()
504 if (t2 != TOKEN_IDENT && t2 != TOKEN_NUMBER && t2 != TOKEN_SPECIAL) in combine()
517 if (t2 == TOKEN_NUMBER && strpbrk(p, "+-.")) in combine()
522 if (t1 == TOKEN_NUMBER) { in combine()
534 return TOKEN_NUMBER; in combine()
538 return TOKEN_NUMBER; in combine()
555 case TOKEN_NUMBER: in merge()
556 token_type(left) = TOKEN_NUMBER; /* could be . + num */ in merge()
1029 case TOKEN_NUMBER: in token_different()
1423 token_type(value) = TOKEN_NUMBER; in predefine()
2190 } else if (token_type(token) == TOKEN_NUMBER) { in handle_preprocessor_line()