Searched refs:size_id (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_buf_comparison.c | 28 static int size_id; variable 66 set_state_expr(size_id, expr, &undefined); in match_link_modify() 74 set_state_expr(size_id, expr, &undefined); in match_link_modify() 199 sm = set_state_expr(size_id, pointer, alloc_compare_size(limit_type, size)); in match_alloc_helper() 238 tmp = set_state_expr(size_id, pointer, alloc_compare_size(limit_type, arg)); in match_calloc() 248 state = get_state_expr(size_id, buf); in get_size_variable() 632 tmp = set_state_expr(size_id, array_expr, alloc_compare_size(limit_type, size_expr)); in set_param_compare() 655 tmp = set_state_expr(size_id, array_expr, alloc_compare_size(limit_type, size_expr)); in set_implied() 667 FOR_EACH_MY_SM(size_id, __get_cur_stree(), sm) { in munge_start_states() 684 set_state(size_id, sm->name, sm->sym, sm->state); in munge_start_states() [all …]
|