Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.c63 typedef void (mod_hook)(const char *name, struct symbol *sym, struct expression *expr, struct smatc… typedef
64 DECLARE_PTR_LIST(void_fn_list, mod_hook *);
68 void add_extra_mod_hook(mod_hook *fn) in add_extra_mod_hook()
70 mod_hook **p = malloc(sizeof(mod_hook *)); in add_extra_mod_hook()
75 void add_extra_nomod_hook(mod_hook *fn) in add_extra_nomod_hook()
77 mod_hook **p = malloc(sizeof(mod_hook *)); in add_extra_nomod_hook()
84 mod_hook **fn; in call_extra_hooks()