Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h100 TOKEN_SPECIAL, enumerator
248 return token->pos.type == TOKEN_SPECIAL && token->special == op; in match_op()
H A Dexpression.c234 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()
H A Dcheck_wrong_size_arg.c68 if (token_type(token) == TOKEN_SPECIAL) { in register_funcs_from_file()
H A Dsmatch_expressions.c197 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()
H A Dpre-process.c504 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()
H A Dtokenize.c204 case TOKEN_SPECIAL: in show_token()
262 case TOKEN_SPECIAL: in quote_token()
785 token_type(token) = TOKEN_SPECIAL; in get_one_special()
H A Dcheck_memcpy_overflow.c305 if (token_type(token) == TOKEN_SPECIAL) { in register_funcs_from_file()
H A Dgdbhelpers282 if ($token->pos.type == TOKEN_SPECIAL)
H A Dparse.c1713 if (token_type(token) == TOKEN_SPECIAL) { in skip_attribute()
1819 if (token_type(next) != TOKEN_SPECIAL) in which_func()