Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c113 void add_unmatched_state_hook(int client_id, unmatched_func_t *func) in add_unmatched_state_hook()
218 return ((unmatched_func_t *)tmp->fn)(sm); in __client_unmatched_state_function()
H A Dsmatch.h167 typedef struct smatch_state *(unmatched_func_t)(struct sm_state *state); typedef
169 void add_unmatched_state_hook(int client_id, unmatched_func_t *func);