Home
last modified time | relevance | path

Searched refs:set_param_freed (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_frees_param.c62 static void set_param_freed(struct expression *call, struct expression *arg, char *key, char *unuse… in set_param_freed() function
101 select_return_implies_hook(PARAM_FREED, &set_param_freed); in check_frees_param()
H A Dcheck_frees_param_strict.c89 static void set_param_freed(struct expression *expr, int param, char *key, char *value) in set_param_freed() function
157 select_return_states_hook(PARAM_FREED, &set_param_freed); in check_frees_param_strict()
H A Dcheck_free.c226 static void set_param_freed(struct expression *call, struct expression *arg, char *key, char *unuse… in set_param_freed() function
300 select_return_implies_hook(PARAM_FREED, &set_param_freed); in check_free()
H A Dcheck_free_strict.c240 static void set_param_freed(struct expression *expr, int param, char *key, char *value) in set_param_freed() function
363 select_return_states_hook(PARAM_FREED, &set_param_freed); in check_free_strict()