Home
last modified time | relevance | path

Searched refs:ok_to_use (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_wine_filehandles.c47 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
95 add_modification_hook(my_id, ok_to_use); in check_wine_filehandles()
H A Dcheck_dma_mapping_error.c27 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
83 add_modification_hook(my_id, &ok_to_use); in check_dma_mapping_error()
H A Dcheck_snprintf.c24 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
85 add_modification_hook(my_id, &ok_to_use); in check_snprintf()
H A Dcheck_return_efault.c33 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
131 add_modification_hook(my_id, &ok_to_use); in check_return_efault()
H A Dcheck_dev_queue_xmit.c31 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
130 add_modification_hook(my_id, ok_to_use); in check_dev_queue_xmit()
H A Dcheck_free.c33 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
299 add_modification_hook(my_id, &ok_to_use); in check_free()
H A Dcheck_err_ptr_deref.c39 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
231 add_modification_hook(my_id, &ok_to_use); in check_err_ptr_deref()
H A Dcheck_free_strict.c33 static void ok_to_use(struct sm_state *sm, struct expression *mod_expr) in ok_to_use() function
359 add_modification_hook_late(my_id, &ok_to_use); in check_free_strict()