Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_real_absolute.c148 add_extra_mod_hook(&extra_mod_hook); in register_real_absolute()
H A Dsmatch_param_limit.c202 add_extra_mod_hook(&extra_mod_hook); in register_param_limit()
H A Dsmatch_param_filter.c209 add_extra_mod_hook(&extra_mod_hook); in register_param_filter()
H A Dsmatch_param_set.c334 add_extra_mod_hook(&extra_mod_hook); in register_param_set()
H A Dcheck_uninitialized.c388 add_extra_mod_hook(&extra_mod_hook); in check_uninitialized()
H A Dcheck_rosenberg.c421 add_extra_mod_hook(&extra_mod_hook); in check_rosenberg2()
H A Dsmatch_extra.h180 void add_extra_mod_hook(void (*fn)(const char *name, struct symbol *sym, struct expression *expr, s…
H A Dsmatch_extra.c68 void add_extra_mod_hook(mod_hook *fn) in add_extra_mod_hook() function