Searched refs:call_extra_hooks (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_extra.c | 82 void call_extra_hooks(struct void_fn_list *hooks, const char *name, struct symbol *sym, struct expr… in call_extra_hooks() function 93 call_extra_hooks(extra_mod_hooks, name, sym, expr, state); in call_extra_mod_hooks() 98 call_extra_hooks(extra_nomod_hooks, name, sym, expr, state); in call_extra_nomod_hooks()
|