Home
last modified time | relevance | path

Searched refs:sm_info (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_no_return.c39 sm_info("info: add to no_return_funcs"); in match_func_end()
H A Dcheck_err_ptr.c67 sm_info("returns_err_ptr"); in match_end_func()
H A Dcheck_allocation_funcs.c86 sm_info("allocation func"); in match_end_func()
H A Dcheck_held_dev.c90 sm_info("returned dev is held."); in print_returns_held()
H A Dcheck_puts_argument.c98 sm_info("puts_arg %s %d", get_function(), i); in print_arg()
H A Dcheck_frees_argument.c100 sm_info("free_arg %s %d", get_function(), i); in print_arg()
H A Dsmatch.h311 #define sm_info(msg...) do { \ macro