Searched refs:db_param_add (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_modification_hooks.c | 154 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 D | smatch_type_val.c | 591 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 D | smatch_extra.c | 2708 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()
|