Home
last modified time | relevance | path

Searched refs:TOKEN_SPECIAL (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h99 TOKEN_SPECIAL, enumerator
237 return token->pos.type == TOKEN_SPECIAL && token->special == op; in match_op()
Dexpression.c246 op = token_type(token) == TOKEN_SPECIAL ? token->special : 0; in builtin_offsetof_expr()
511 case TOKEN_SPECIAL: in primary_expression()
558 while (expr && token_type(token) == TOKEN_SPECIAL) { in postfix_expression()
690 if (token_type(token) == TOKEN_SPECIAL) { in unary_expression()
810 while (token_type(next) == TOKEN_SPECIAL) { \
931 if (*tree && token_type(token) == TOKEN_SPECIAL) { in assignment_expression()
Dpre-process.c494 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()
515 if (t2 == TOKEN_SPECIAL) in combine()
523 if (t2 == TOKEN_SPECIAL) { in combine()
540 return TOKEN_SPECIAL; in combine()
560 case TOKEN_SPECIAL: in merge()
673 token_type(added) = TOKEN_SPECIAL; in substitute()
1032 case TOKEN_SPECIAL: in token_different()
Dtokenize.c209 case TOKEN_SPECIAL: in show_token()
267 case TOKEN_SPECIAL: in quote_token()
789 token_type(token) = TOKEN_SPECIAL; in get_one_special()
Dgdbhelpers264 if ($token->pos.type == TOKEN_SPECIAL)
Dparse.c1668 if (token_type(token) == TOKEN_SPECIAL) { in skip_attribute()
1750 if (token_type(next) != TOKEN_SPECIAL) in which_func()