Symbol: select_return_implies_hook
usr/src/tools/smatch/src/check_check_deref.c
169
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/check_deref.c
289
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/check_deref_check.c
95
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/check_dereferences_param.c
126
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/check_err_ptr_deref.c
239
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/check_free.c
300
select_return_implies_hook(PARAM_FREED, &set_param_freed);
usr/src/tools/smatch/src/check_frees_param.c
101
select_return_implies_hook(PARAM_FREED, &set_param_freed);
usr/src/tools/smatch/src/smatch.h
908
void select_return_implies_hook(int type, void (*callback)(struct expression *call, struct expression *arg, char *key, char *value));
usr/src/tools/smatch/src/smatch_about_fn_ptr_arg.c
230
select_return_implies_hook(FN_ARG_LINK, &check_passes_fn_and_data);
usr/src/tools/smatch/src/smatch_buf_comparison.c
843
select_return_implies_hook(i, &set_implied);
usr/src/tools/smatch/src/smatch_extra.c
2943
select_return_implies_hook(DEREFERENCE, &set_param_dereferenced);
usr/src/tools/smatch/src/smatch_fn_arg_link.c
210
select_return_implies_hook(FN_ARG_LINK, &check_passes_fn_and_data);
usr/src/tools/smatch/src/smatch_param_used.c
122
select_return_implies_hook(PARAM_USED, &set_param_used);