Home
last modified time | relevance | path

Searched refs:expr_to_str (Results 1 – 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.c130 name = expr_to_str(arg); in match_print_known()
144 name = expr_to_str(arg); in match_print_implied()
158 name = expr_to_str(arg); in match_real_absolute()
170 name = expr_to_str(arg); in match_print_implied_min()
187 name = expr_to_str(arg); in match_print_implied_max()
208 name = expr_to_str(arg); in match_user_rl()
224 name = expr_to_str(arg); in match_capped()
236 name = expr_to_str(arg); in match_print_hard_max()
253 name = expr_to_str(arg); in match_print_fuzzy_max()
270 name = expr_to_str(arg); in match_print_absolute()
[all …]
H A Dcheck_signed.c60 left_name = expr_to_str(expr->left); in match_assign()
61 right_name = expr_to_str(expr->right); in match_assign()
76 left_name = expr_to_str(expr->left); in match_assign()
115 name1 = expr_to_str(var); in cap_gt_zero_and_lt()
119 name2 = expr_to_str(right->left); in cap_gt_zero_and_lt()
163 name1 = expr_to_str(var); in cap_lt_zero_or_gt()
167 name2 = expr_to_str(right->left); in cap_lt_zero_or_gt()
224 name = expr_to_str(expr->left); in print_unsigned_never_less_than_zero()
287 char *name = expr_to_str(expr); in match_condition()
296 char *name = expr_to_str(expr); in match_condition()
H A Dcheck_all_func_returns.c29 const char *func = expr_to_str(expr->fn); in check_func_return()
59 const char *arg0 = expr_to_str(get_argument_from_call_expr(expr->args, 0)); in check_func_return()
78 sm_error("unchecked function return '%s'", expr_to_str(expr->fn)); in check_func_return()
H A Dcheck_signed_integer_overflow_check.c59 left_name = expr_to_str(left); in match_condition()
60 right_name = expr_to_str(right); in match_condition()
94 str = expr_to_str(expr); in match_binop()
H A Dcheck_spectre_second_half.c36 name = expr_to_str(expr); in set_spectre_first_half()
57 name = expr_to_str(expr); in get_spectre_first_half()
99 name = expr_to_str(expr); in match_done()
H A Dsmatch_stored_conditions.c57 name = expr_to_str(tmp); in alloc_link_state()
134 name = expr_to_str(tmp); in match_link_modify()
204 name = expr_to_str(expr); in __stored_condition()
219 name = expr_to_str(expr); in get_stored_condition()
291 name = expr_to_str(expr); in stored_condition_implication_hook()
H A Dcheck_off_by_one_relative.c53 array_str = expr_to_str(array); in array_check()
54 offset_str = expr_to_str(offset); in array_check()
124 char *array_name = expr_to_str(array); in array_check_data_info()
H A Dcheck_strcpy_overflow.c45 dest_name = expr_to_str(dest); in match_strcpy()
46 data_name = expr_to_str(data); in match_strcpy()
H A Dcheck_uninitialized.c162 name = expr_to_str(expr->unop); in match_dereferences()
182 name = expr_to_str(expr); in match_condition()
204 name = expr_to_str(arg); in match_call()
315 name = expr_to_str(expr); in match_symbol()
H A Dsmatch_mtag.c109 return expr_to_str(expr->fn); in get_allocator_info()
148 right_name = expr_to_str(right); in get_mtag_return()
275 name = expr_to_str(expr); in swap_mtag_seed()
300 str = expr_to_str(expr); in create_mtag_alias()
H A Dcheck_sizeof.c33 name = expr_to_str(expr); in check_pointer()
51 ptr_name = expr_to_str(expr->left); in match_call_assignment()
H A Dcheck_macro_side_effects.c34 name = expr_to_str(expr); in alloc_my_state()
123 name = expr_to_str(raw_expr); in match_unop()
H A Dcheck_wait_for_common.c28 name = expr_to_str(expr->left); in match_wait_for_common()
H A Dcheck_array_condition.c43 str = expr_to_str(expr); in match_condition()
H A Dcheck_min_t.c45 name = expr_to_str(expr->right); in match_assign()
H A Dcheck_type.c44 name = expr_to_str(arg_expr); in match_free()
H A Dcheck_allocating_enough_data.c47 str = expr_to_str(expr->left); in db_returns_buf_size()
H A Dcheck_assign_vs_compare.c46 str = expr_to_str(right); in check_address()
H A Dcheck_sprintf_overflow.c42 data_name = expr_to_str(data); in match_sprintf()
H A Dcheck_snprintf_overflow.c48 data_name = expr_to_str(data); in match_snprintf()
H A Dcheck_index_overflow.c110 name = expr_to_str(array); in common_false_positives()
307 name = expr_to_str(array_expr); in array_check()
H A Dcheck_dma_on_stack.c35 name = expr_to_str(arg); in match_dma_func()
H A Dcheck_freeing_devm.c38 name = expr_to_str(arg_expr); in match_free_func()
H A Dcheck_access_ok_math.c62 name = expr_to_str(size_expr); in match_size()
H A Dcheck_64bit_shift.c48 str = expr_to_str(expr->right); in match_shift_mask()

12