Searched refs:TOKEN_SPECIAL (Results 1 – 9 of 9) sorted by relevance
100 TOKEN_SPECIAL, enumerator248 return token->pos.type == TOKEN_SPECIAL && token->special == op; in match_op()
234 op = token_type(token) == TOKEN_SPECIAL ? token->special : 0; in builtin_offsetof_expr()458 case TOKEN_SPECIAL: in primary_expression()505 while (expr && token_type(token) == TOKEN_SPECIAL) { in postfix_expression()638 if (token_type(token) == TOKEN_SPECIAL) { in unary_expression()757 while (token_type(next) == TOKEN_SPECIAL) { \878 if (*tree && token_type(token) == TOKEN_SPECIAL) { in assignment_expression()
68 if (token_type(token) == TOKEN_SPECIAL) { in register_funcs_from_file()
197 while (token_type(token) == TOKEN_SPECIAL && in get_expression_from_base_and_str()280 while (token_type(token) == TOKEN_SPECIAL && in gen_expression_from_key()
504 if (t1 != TOKEN_IDENT && t1 != TOKEN_NUMBER && t1 != TOKEN_SPECIAL) in combine()514 if (t2 != TOKEN_IDENT && t2 != TOKEN_NUMBER && t2 != TOKEN_SPECIAL) in combine()525 if (t2 == TOKEN_SPECIAL) in combine()533 if (t2 == TOKEN_SPECIAL) { in combine()550 return TOKEN_SPECIAL; in combine()570 case TOKEN_SPECIAL: in merge()683 token_type(added) = TOKEN_SPECIAL; in substitute()1167 case TOKEN_SPECIAL: in token_different()
204 case TOKEN_SPECIAL: in show_token()262 case TOKEN_SPECIAL: in quote_token()785 token_type(token) = TOKEN_SPECIAL; in get_one_special()
305 if (token_type(token) == TOKEN_SPECIAL) { in register_funcs_from_file()
282 if ($token->pos.type == TOKEN_SPECIAL)
1713 if (token_type(token) == TOKEN_SPECIAL) { in skip_attribute()1819 if (token_type(next) != TOKEN_SPECIAL) in which_func()