Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c154 static void db_param_add(struct expression *expr, int param, char *key, char *value) in db_param_add() function
285 select_return_states_hook(PARAM_ADD, &db_param_add); in register_modification_hooks_late()
286 select_return_states_hook(PARAM_SET, &db_param_add); in register_modification_hooks_late()
H A Dsmatch_type_val.c591 static void db_param_add(struct expression *expr, int param, char *key, char *value) in db_param_add() function
676 select_return_states_hook(PARAM_ADD, &db_param_add); in register_type_val()
677 select_return_states_hook(PARAM_SET, &db_param_add); in register_type_val()
H A Dsmatch_extra.c2708 static void db_param_add(struct expression *expr, int param, char *key, char *value) in db_param_add() function
2904 select_return_states_hook(PARAM_ADD, &db_param_add); in register_smatch_extra()