Searched refs:alloc_state_num (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_statement_count.c | 36 return alloc_state_num(min); in merge_states() 55 set_state(my_id, "stmts", NULL, alloc_state_num(cnt)); in match_statement() 75 set_state(my_id, "stmts", NULL, alloc_state_num(cnt + add)); in select_return_info()
|
H A D | check_spectre_second_half.c | 40 set_state_stree(&first_halfs, my_id, buf, NULL, alloc_state_num(get_stmt_cnt())); in set_spectre_first_half() 48 set_state(my_id, sm->name, sm->sym, alloc_state_num(-MAX_SPEC_STMT)); in clear_spectre_second_halfs() 103 set_state_expr(my_id, expr, alloc_state_num(-MAX_SPEC_STMT)); in match_done()
|
H A D | check_snprintf.c | 39 set_state_expr(my_id, expr->left, alloc_state_num(buflen.value)); in match_snprintf()
|
H A D | check_testing_index_after_use.c | 65 set_state_expr(my_used_id, offset, alloc_state_num(array_size)); in array_check()
|
H A D | check_unused_ret.c | 122 set_state_expr(my_id, left, alloc_state_num(assign_id)); in match_assign_call()
|
H A D | smatch_helper.c | 75 struct smatch_state *alloc_state_num(int num) in alloc_state_num() function
|
H A D | smatch.h | 386 struct smatch_state *alloc_state_num(int num);
|