Searched refs:right_type (Results 1 – 6 of 6) sorted by relevance
26 struct symbol *left_type, *right_type; in match_assign() local39 right_type = get_type(expr->right); in match_assign()40 if (!right_type || right_type->type != SYM_PTR) in match_assign()42 right_type = get_real_base_type(right_type); in match_assign()43 if (!right_type) in match_assign()45 if (right_type != &void_ctype && type_bits(right_type) != 8) in match_assign()
23 struct symbol *left_type, *right_type; in db_returns_buf_size() local30 right_type = get_pointer_type(expr->right); in db_returns_buf_size()31 if (!right_type || type_bits(right_type) != -1) in db_returns_buf_size()
55 struct symbol *left_type, *right_type; in match_shift_assignment() local69 right_type = get_type(expr->right); in match_shift_assignment()71 if (type_bits(right_type) == 64) in match_shift_assignment()
349 struct symbol *left_type, *right_type; in is_uncasted_pointer_assign() local361 right_type = get_type(expr->right); in is_uncasted_pointer_assign()363 if (!left_type || !right_type) in is_uncasted_pointer_assign()366 if (left_type->type == SYM_STRUCT && left_type == right_type) in is_uncasted_pointer_assign()372 if (right_type->type != SYM_PTR && in is_uncasted_pointer_assign()373 right_type->type != SYM_ARRAY) in is_uncasted_pointer_assign()376 right_type = get_real_base_type(right_type); in is_uncasted_pointer_assign()378 if (left_type == right_type) in is_uncasted_pointer_assign()
519 struct symbol *left_type, *right_type; in handle_struct_assignment() local536 right_type = get_type(right); in handle_struct_assignment()537 if (!right_type || right_type->type != SYM_PTR) in handle_struct_assignment()544 right_type = get_real_base_type(right_type); in handle_struct_assignment()545 if (right_type == left_type) in handle_struct_assignment()
1075 struct symbol *right_type; in match_vanilla_assign() local1096 right_type = get_type(right); in match_vanilla_assign()1151 rl = alloc_whole_rl(right_type); in match_vanilla_assign()