Home
last modified time | relevance | path

Searched refs:TOKEN_STREAMBEGIN (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c84 if (token_type(token) != TOKEN_STREAMBEGIN) in register_no_return_funcs()
111 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_macros()
140 if (token_type(token) != TOKEN_STREAMBEGIN) in register_skipped_functions()
169 if (token_type(token) != TOKEN_STREAMBEGIN) in register_silenced_functions()
198 if (token_type(token) != TOKEN_STREAMBEGIN) in register_no_inline_functions()
H A Dcheck_unreachable.c243 if (token_type(token) != TOKEN_STREAMBEGIN) in register_turn_off_macros()
270 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_macros()
H A Dcheck_return.c44 if (token_type(token) != TOKEN_STREAMBEGIN) in register_must_check_funcs()
H A Dcheck_freeing_devm.c52 if (token_type(token) != TOKEN_STREAMBEGIN) in register_funcs_from_file()
H A Dcheck_dma_on_stack.c61 if (token_type(token) != TOKEN_STREAMBEGIN) in register_funcs_from_file()
H A Dcheck_wrong_size_arg.c54 if (token_type(token) != TOKEN_STREAMBEGIN) in register_funcs_from_file()
H A Dsmatch_expressions.c192 if (token_type(token) != TOKEN_STREAMBEGIN) in get_expression_from_base_and_str()
275 if (token_type(token) != TOKEN_STREAMBEGIN) in gen_expression_from_key()
H A Dcheck_memcpy_overflow.c291 if (token_type(token) != TOKEN_STREAMBEGIN) in register_funcs_from_file()
343 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_structs_from_file()
H A Dsmatch_ignore.c90 if (token_type(token) != TOKEN_STREAMBEGIN) in load_ignores()
H A Dcheck_held_dev.c109 if (token_type(token) != TOKEN_STREAMBEGIN) in register_returns_held_funcs()
H A Dcheck_dev_queue_xmit.c108 if (token_type(token) != TOKEN_STREAMBEGIN) in register_funcs_from_file()
H A Dsmatch_function_hashtable.h95 if (token_type(token) != TOKEN_STREAMBEGIN) in load_hashtable_helper()
H A Dcheck_rosenberg.c349 if (token_type(token) != TOKEN_STREAMBEGIN) in register_clears_argument()
376 if (token_type(token) != TOKEN_STREAMBEGIN) in register_copy_funcs_from_file()
H A Dcheck_macro_side_effects.c146 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_macros()
H A Dcheck_sizeof.c136 if (token_type(token) != TOKEN_STREAMBEGIN) in register_macro_takes_sizeof_argument()
H A Dcheck_bit_shift.c97 if (token_type(token) != TOKEN_STREAMBEGIN) in register_shifters()
H A Dtoken.h101 TOKEN_STREAMBEGIN, enumerator
H A Dsmatch_param_cleared.c118 if (token_type(token) != TOKEN_STREAMBEGIN) in register_clears_param()
H A Dcheck_indenting.c218 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_macros()
H A Dcheck_unwind.c164 if (token_type(token) != TOKEN_STREAMBEGIN) in register_unwind_functions()
H A Dcheck_err_ptr_deref.c160 if (token_type(token) != TOKEN_STREAMBEGIN) in register_err_ptr_funcs()
H A Dcheck_deref.c261 if (token_type(token) != TOKEN_STREAMBEGIN) in register_allocation_funcs()
H A Dcheck_uninitialized.c363 if (token_type(token) != TOKEN_STREAMBEGIN) in register_ignored_params_from_file()
H A Dtokenize.c226 case TOKEN_STREAMBEGIN: in show_token()
981 token_type(begin) = TOKEN_STREAMBEGIN; in setup_stream()
H A Dsmatch_struct_assignment.c520 if (token_type(token) != TOKEN_STREAMBEGIN) in register_clears_param()

12