Searched refs:unmatched_func_t (Results 1 – 2 of 2) sorted by relevance
113 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()
167 typedef struct smatch_state *(unmatched_func_t)(struct sm_state *state); typedef169 void add_unmatched_state_hook(int client_id, unmatched_func_t *func);