Home
last modified time | relevance | path

Searched refs:TOKEN_STREAMEND (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c87 while (token_type(token) != TOKEN_STREAMEND) { in register_no_return_funcs()
114 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_macros()
143 while (token_type(token) != TOKEN_STREAMEND) { in register_skipped_functions()
172 while (token_type(token) != TOKEN_STREAMEND) { in register_silenced_functions()
201 while (token_type(token) != TOKEN_STREAMEND) { in register_no_inline_functions()
H A Dcheck_wrong_size_arg.c57 while (token_type(token) != TOKEN_STREAMEND) { in register_funcs_from_file()
85 if (token_type(token) != TOKEN_STREAMEND) in register_funcs_from_file()
H A Dcheck_memcpy_overflow.c294 while (token_type(token) != TOKEN_STREAMEND) { in register_funcs_from_file()
327 if (token_type(token) != TOKEN_STREAMEND) in register_funcs_from_file()
346 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_structs_from_file()
H A Dcheck_unreachable.c246 while (token_type(token) != TOKEN_STREAMEND) { in register_turn_off_macros()
273 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_macros()
H A Dcheck_return.c47 while (token_type(token) != TOKEN_STREAMEND) { in register_must_check_funcs()
H A Dcheck_freeing_devm.c55 while (token_type(token) != TOKEN_STREAMEND) { in register_funcs_from_file()
H A Dcheck_dma_on_stack.c64 while (token_type(token) != TOKEN_STREAMEND) { in register_funcs_from_file()
H A Dsmatch_expressions.c217 if (token_type(token) != TOKEN_STREAMEND) in get_expression_from_base_and_str()
293 if (token_type(token) != TOKEN_STREAMEND) in gen_expression_from_key()
H A Dsmatch_ignore.c93 while (token_type(token) != TOKEN_STREAMEND) { in load_ignores()
H A Dcheck_held_dev.c112 while (token_type(token) != TOKEN_STREAMEND) { in register_returns_held_funcs()
H A Dcheck_dev_queue_xmit.c111 while (token_type(token) != TOKEN_STREAMEND) { in register_funcs_from_file()
H A Dsmatch_function_hashtable.h98 while (token_type(token) != TOKEN_STREAMEND) { in load_hashtable_helper()
H A Dcheck_rosenberg.c352 while (token_type(token) != TOKEN_STREAMEND) { in register_clears_argument()
379 while (token_type(token) != TOKEN_STREAMEND) { in register_copy_funcs_from_file()
H A Dcheck_macro_side_effects.c149 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_macros()
H A Dcheck_sizeof.c139 while (token_type(token) != TOKEN_STREAMEND) { in register_macro_takes_sizeof_argument()
H A Dcheck_bit_shift.c100 while (token_type(token) != TOKEN_STREAMEND) { in register_shifters()
H A Dtoken.h102 TOKEN_STREAMEND, enumerator
H A Dtoken_store.c130 while (token_type(token) != TOKEN_STREAMEND) { in store_all_tokens()
H A Dsmatch_param_cleared.c121 while (token_type(token) != TOKEN_STREAMEND) { in register_clears_param()
H A Dcheck_indenting.c221 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_macros()
H A Dcheck_unwind.c167 while (token_type(token) != TOKEN_STREAMEND) { in register_unwind_functions()
H A Dcheck_err_ptr_deref.c163 while (token_type(token) != TOKEN_STREAMEND) { in register_err_ptr_funcs()
H A Dcheck_deref.c264 while (token_type(token) != TOKEN_STREAMEND) { in register_allocation_funcs()
H A Dcheck_uninitialized.c366 while (token_type(token) != TOKEN_STREAMEND) { in register_ignored_params_from_file()
H A Dtokenize.c230 case TOKEN_STREAMEND: in show_token()
457 token_type(end) = TOKEN_STREAMEND; in mark_eof()

12