Home
last modified time | relevance | path

Searched refs:TOKEN_NUMBER (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_wrong_size_arg.c63 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
73 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
H A Dcheck_memcpy_overflow.c300 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
309 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
315 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
H A Dpre-process.c124 token_type(token) = TOKEN_NUMBER; in replace_with_integer()
155 token_type(token) = TOKEN_NUMBER; in replace_with_bool()
527 if (t2 == TOKEN_NUMBER && strpbrk(p, "+-.")) in combine()
532 if (t1 == TOKEN_NUMBER) { in combine()
544 return TOKEN_NUMBER; in combine()
548 return TOKEN_NUMBER; in combine()
565 case TOKEN_NUMBER: in merge()
566 token_type(left) = TOKEN_NUMBER; /* could be . + num */ in merge()
1164 case TOKEN_NUMBER: in token_different()
1558 token_type(value) = TOKEN_NUMBER; in predefine()
[all …]
H A Dcheck_dma_on_stack.c69 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
H A Dcheck_freeing_devm.c60 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
H A Dcheck_dev_queue_xmit.c116 if (token_type(token) != TOKEN_NUMBER) in register_funcs_from_file()
H A Dcheck_rosenberg.c357 if (token_type(token) != TOKEN_NUMBER) in register_clears_argument()
384 if (token_type(token) != TOKEN_NUMBER) in register_copy_funcs_from_file()
H A Dtoken.h87 TOKEN_NUMBER, enumerator
H A Dcheck_bit_shift.c105 if (token_type(token) != TOKEN_NUMBER) in register_shifters()
H A Dsmatch_param_cleared.c126 if (token_type(token) != TOKEN_NUMBER) in register_clears_param()
H A Dtokenize.c201 case TOKEN_NUMBER: in show_token()
259 case TOKEN_NUMBER: in quote_token()
569 token_type(token) = TOKEN_NUMBER; in get_one_number()
H A Dcheck_deref.c271 else if (token_type(token) == TOKEN_NUMBER) in register_allocation_funcs()
H A Dcheck_uninitialized.c372 if (token_type(token) != TOKEN_NUMBER) in register_ignored_params_from_file()
H A Dsmatch_struct_assignment.c528 if (token_type(token) != TOKEN_NUMBER) in register_clears_param()
H A Dexpression.c386 case TOKEN_NUMBER: in primary_expression()
H A Dparse.c1154 case TOKEN_NUMBER: in attribute_address_space()