Home
last modified time | relevance | path

Searched refs:get_static_filter (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_fresh_alloc.c95 get_static_filter(call->fn->symbol), FRESH_ALLOC); in fresh_from_db()
H A Dsmatch_db.c460 char *get_static_filter(struct symbol *sym) in get_static_filter() function
563 get_static_filter(fn->symbol)); in sql_select_return_states()
568 cols, get_static_filter(fn->symbol)); in sql_select_return_states()
594 get_static_filter(info->sym)); in sql_select_implies()
621 cols, get_static_filter(sym)); in sql_select_caller_info()
627 cols, get_static_filter(sym)); in sql_select_caller_info()
745 get_static_filter(expr->fn->symbol)); in db_return_vals()
786 get_static_filter(expr->symbol)); in db_return_vals_no_args()
H A Dcheck_uninitialized.c229 get_static_filter(call->fn->symbol), PARAM_USED, param, printed_name); in member_is_used()
H A Dsmatch_extra.c2399 get_static_filter(call->fn->symbol), PARAM_USED, param, printed_name); in filter_unused_param_value_info()
2406 get_static_filter(call->fn->symbol), PARAM_USED); in filter_unused_param_value_info()
H A Dsmatch.h992 char *get_static_filter(struct symbol *sym);