Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_untracked_param.c122 if (type == LOST_PARAM) in mark_untracked_lost()
138 mark_untracked_lost(expr, param, key, LOST_PARAM); in mark_lost()
212 mark_all_params(return_id, return_ranges, LOST_PARAM); in mark_all_params_lost()
231 type = LOST_PARAM; in print_untracked_params()
234 type = LOST_PARAM; in print_untracked_params()
303 select_return_states_hook(LOST_PARAM, &mark_lost); in register_untracked_param()
H A Dsmatch.h848 LOST_PARAM = 2023, enumerator