Home
last modified time | relevance | path

Searched refs:get_assigned_expr (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_fn_arg_link.c108 tmp = get_assigned_expr(fn); in print_call_is_linked()
121 tmp = get_assigned_expr(arg); in print_call_is_linked()
161 tmp = get_assigned_expr(fn); in check_passes_fn_and_data()
171 tmp = get_assigned_expr(arg); in check_passes_fn_and_data()
H A Dcheck_spectre.c115 expr = get_assigned_expr(expr); in get_max_by_type()
134 tmp = get_assigned_expr(expr); in get_mask()
139 tmp = get_assigned_expr(expr); in get_mask()
H A Dsmatch_data_source.c37 while ((tmp = get_assigned_expr(tmp))) { in get_source_parameter()
75 right = get_assigned_expr(expr); in get_source_assignment()
H A Dsmatch_container_of.c46 param_expr = get_assigned_expr(expr->left); in get_param_from_container_of()
75 param_expr = get_assigned_expr(expr->left); in get_offset_from_container_of()
270 ret = get_container_name_helper(get_assigned_expr(container), expr); in get_container_name()
274 ret = get_container_name_helper(container, get_assigned_expr(expr)); in get_container_name()
278 ret = get_container_name_helper(get_assigned_expr(container), in get_container_name()
279 get_assigned_expr(expr)); in get_container_name()
H A Dcheck_return_negative_var.c43 expr = get_assigned_expr(ret_value->unop); in match_return()
H A Dcheck_shift_to_zero.c53 tmp = get_assigned_expr(left); in match_binop2()
H A Dcheck_signed_integer_overflow_check.c49 left = get_assigned_expr(left); in match_condition()
H A Dcheck_access_ok_math.c55 size_expr = get_assigned_expr(size_expr); in match_size()
H A Dsmatch_parse_call_math.c426 tmp = get_assigned_expr(expr); in get_value_in_terms_of_parameter_math()
453 while ((tmp = get_assigned_expr(expr))) { in get_value_in_terms_of_parameter_math_var_sym()
614 while ((tmp = get_assigned_expr(expr))) { in get_allocation_math()
H A Dcheck_dereferences_param.c60 tmp = get_assigned_expr(expr); in check_deref()
H A Dcheck_buffer_too_small_for_struct.c90 right = get_assigned_expr(expr); in match_dereferences()
H A Dsmatch_assigned_expr.c40 struct expression *get_assigned_expr(struct expression *expr) in get_assigned_expr() function
H A Dcheck_frees_param_strict.c73 while ((tmp = get_assigned_expr(arg))) { in match_free()
H A Dsmatch_constraints_required.c176 while ((tmp = get_assigned_expr(size))) { in match_alloc_helper()
309 tmp = get_assigned_expr(expr->right); in match_assign_data()
H A Dcheck_index_overflow.c169 while ((tmp = get_assigned_expr(expr))) { in is_subtract()
H A Dsmatch_nul_terminator.c287 while ((tmp = get_assigned_expr(left))) { in match_strnlen_test()
H A Dsmatch_function_ptrs.c120 expr = get_assigned_expr(expr); in get_array_ptr()
H A Dsmatch_struct_assignment.c378 right = get_assigned_expr(right->left); in handle_param_offsets()
H A Dsmatch_extra.c1968 prev = get_assigned_expr(left_orig); in match_comparison()
1976 prev = get_assigned_expr(right_orig); in match_comparison()
2000 while ((tmp = get_assigned_expr(left))) { in match_comparison()
2006 while ((tmp = get_assigned_expr(right))) { in match_comparison()
H A Dsmatch_comparison.c1403 while ((tmp = get_assigned_expr(left))) { in __comparison_match_condition()
1409 while ((tmp = get_assigned_expr(right))) { in __comparison_match_condition()
1981 while ((tmp = get_assigned_expr(expr))) { in get_mask_comparison()
H A Dsmatch_buf_comparison.c166 while ((tmp = get_assigned_expr(size))) { in match_alloc_helper()
H A Dsmatch_function_hooks.c432 tmp = get_assigned_expr(arg); in fake_a_param_assignment()
H A Dsmatch.h1091 struct expression *get_assigned_expr(struct expression *expr);
H A Dsmatch_db.c1359 tmp = get_assigned_expr(expr); in get_fn_param_str()