Home
last modified time | relevance | path

Searched refs:TOKEN_IDENT (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c88 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 Dcheck_unreachable.c90 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 Dpre-process.c138 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 Dsmatch_ignore.c94 if (token_type(token) != TOKEN_IDENT) in load_ignores()
100 if (token_type(token) != TOKEN_IDENT) in load_ignores()
H A Dparse.c650 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 Dtoken.h85 TOKEN_IDENT, enumerator
253 return token->pos.type == TOKEN_IDENT && token->ident == id; in match_ident()
H A Dcheck_indenting.c79 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 Dcheck_return.c48 if (token_type(token) != TOKEN_IDENT) in register_must_check_funcs()
H A Dcheck_deref.c265 if (token_type(token) != TOKEN_IDENT) in register_allocation_funcs()
269 if (token_type(token) == TOKEN_IDENT) in register_allocation_funcs()
H A Dcheck_freeing_devm.c56 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
H A Dcheck_dma_on_stack.c65 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
H A Dexpression.c215 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 Dcheck_wrong_size_arg.c58 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
H A Dsmatch_expressions.c201 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 Dcheck_memcpy_overflow.c295 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 Dcheck_held_dev.c113 if (token_type(token) != TOKEN_IDENT) in register_returns_held_funcs()
H A Dcheck_dev_queue_xmit.c112 if (token_type(token) != TOKEN_IDENT) in register_funcs_from_file()
H A Dtokenize.c198 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 Dsmatch_function_hashtable.h99 if (token_type(token) != TOKEN_IDENT) in load_hashtable_helper()
H A Dcheck_rosenberg.c353 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 Dcheck_macro_side_effects.c150 if (token_type(token) != TOKEN_IDENT) in register_ignored_macros()
H A Dcheck_sizeof.c140 if (token_type(token) != TOKEN_IDENT) in register_macro_takes_sizeof_argument()
H A Dcheck_bit_shift.c101 if (token_type(token) != TOKEN_IDENT) in register_shifters()
H A Dtoken_store.c173 if (token_type(token) != TOKEN_IDENT) in pos_ident()
H A Dsmatch_param_cleared.c122 if (token_type(token) != TOKEN_IDENT) in register_clears_param()

12