/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_project.c | 88 if (token_type(token) != TOKEN_IDENT) in register_no_return_funcs() 115 if (token_type(token) != TOKEN_IDENT) in register_ignored_macros() 144 if (token_type(token) != TOKEN_IDENT) in register_skipped_functions() 173 if (token_type(token) != TOKEN_IDENT) in register_silenced_functions() 202 if (token_type(token) != TOKEN_IDENT) in register_no_inline_functions()
|
H A D | check_unreachable.c | 90 if (token && token_type(token) == TOKEN_IDENT && in prev_line_was_endif() 96 if (token && token_type(token) == TOKEN_IDENT && in prev_line_was_endif() 247 if (token_type(token) != TOKEN_IDENT) in register_turn_off_macros() 274 if (token_type(token) != TOKEN_IDENT) in register_ignored_macros()
|
H A D | pre-process.c | 138 if (token_type(token) == TOKEN_IDENT) { in token_defined() 260 if (token_type(next) != TOKEN_IDENT || expand_one_symbol(list)) in expand_list() 504 if (t1 != TOKEN_IDENT && t1 != TOKEN_NUMBER && t1 != TOKEN_SPECIAL) in combine() 507 if (t1 == TOKEN_IDENT && left->ident == &L_ident) { in combine() 514 if (t2 != TOKEN_IDENT && t2 != TOKEN_NUMBER && t2 != TOKEN_SPECIAL) in combine() 524 if (t1 == TOKEN_IDENT) { in combine() 529 return TOKEN_IDENT; in combine() 560 case TOKEN_IDENT: in merge() 621 if (token_type(token) == TOKEN_IDENT && token->ident->tainted) in copy() 724 case TOKEN_IDENT: in substitute() [all …]
|
H A D | smatch_ignore.c | 94 if (token_type(token) != TOKEN_IDENT) in load_ignores() 100 if (token_type(token) != TOKEN_IDENT) in load_ignores()
|
H A D | parse.c | 650 if (token_type(token) != TOKEN_IDENT) in match_idents() 725 if (token_type(token) == TOKEN_IDENT) { in struct_union_enum_specifier() 925 while (token_type(token) == TOKEN_IDENT) { in parse_enum_declaration() 1160 case TOKEN_IDENT: in attribute_address_space() 1243 if (token_type(token) == TOKEN_IDENT) { in attribute_mode() 1327 if (token_type(token) != TOKEN_IDENT) in attribute_specifier() 1583 while (token_type(t) == TOKEN_IDENT) { in handle_qualifiers() 1604 while (token_type(token) == TOKEN_IDENT) { in declaration_specifiers() 1729 if (token_type(token) != TOKEN_IDENT) in skip_attributes() 1743 if (token_type(token) != TOKEN_IDENT) in skip_attributes() [all …]
|
H A D | token.h | 85 TOKEN_IDENT, enumerator 253 return token->pos.type == TOKEN_IDENT && token->ident == id; in match_ident()
|
H A D | check_indenting.c | 79 if (token && token_type(token) == TOKEN_IDENT && in prev_lines_say_endif() 222 if (token_type(token) != TOKEN_IDENT) in register_ignored_macros()
|
H A D | check_return.c | 48 if (token_type(token) != TOKEN_IDENT) in register_must_check_funcs()
|
H A D | check_deref.c | 265 if (token_type(token) != TOKEN_IDENT) in register_allocation_funcs() 269 if (token_type(token) == TOKEN_IDENT) in register_allocation_funcs()
|
H A D | check_freeing_devm.c | 56 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
|
H A D | check_dma_on_stack.c | 65 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
|
H A D | expression.c | 215 if (token_type(token) != TOKEN_IDENT) { in builtin_offsetof_expr() 402 case TOKEN_IDENT: { in primary_expression() 543 if (token_type(token) != TOKEN_IDENT) { in postfix_expression() 617 if (token_type(token) == TOKEN_IDENT) { in unary_expression() 678 token_type(token->next) == TOKEN_IDENT) { in unary_expression()
|
H A D | check_wrong_size_arg.c | 58 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
|
H A D | smatch_expressions.c | 201 if (token_type(token) != TOKEN_IDENT) in get_expression_from_base_and_str() 284 if (token_type(token) != TOKEN_IDENT) in gen_expression_from_key()
|
H A D | check_memcpy_overflow.c | 295 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file() 347 if (token_type(token) != TOKEN_IDENT) in register_ignored_structs_from_file()
|
H A D | check_held_dev.c | 113 if (token_type(token) != TOKEN_IDENT) in register_returns_held_funcs()
|
H A D | check_dev_queue_xmit.c | 112 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
|
H A D | tokenize.c | 198 case TOKEN_IDENT: in show_token() 256 case TOKEN_IDENT: in quote_token() 906 token_type(token) = TOKEN_IDENT; in built_in_token() 947 token_type(token) = TOKEN_IDENT; in get_one_identifier()
|
H A D | smatch_function_hashtable.h | 99 if (token_type(token) != TOKEN_IDENT) in load_hashtable_helper()
|
H A D | check_rosenberg.c | 353 if (token_type(token) != TOKEN_IDENT) in register_clears_argument() 380 if (token_type(token) != TOKEN_IDENT) in register_copy_funcs_from_file()
|
H A D | check_macro_side_effects.c | 150 if (token_type(token) != TOKEN_IDENT) in register_ignored_macros()
|
H A D | check_sizeof.c | 140 if (token_type(token) != TOKEN_IDENT) in register_macro_takes_sizeof_argument()
|
H A D | check_bit_shift.c | 101 if (token_type(token) != TOKEN_IDENT) in register_shifters()
|
H A D | token_store.c | 173 if (token_type(token) != TOKEN_IDENT) in pos_ident()
|
H A D | smatch_param_cleared.c | 122 if (token_type(token) != TOKEN_IDENT) in register_clears_param()
|