Home
last modified time | relevance | path

Searched refs:lhs_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c16362 tree lhs_type = NULL_TREE, rhs_type, new_rhs = NULL_TREE; local
16372 lhs_type = TREE_TYPE (lvalue);
16377 lhs_type = TREE_TYPE (lvalue);
16382 lhs_type = TREE_TYPE (lvalue);
16391 lhs_type = TREE_TYPE (TREE_TYPE (current_function_decl));
16399 lhs_type = TREE_TYPE (lvalue);
16410 new_rhs = try_builtin_assignconv (wfl_op1, lhs_type, rhs);
16413 if (!new_rhs && (new_rhs = try_reference_assignconv (lhs_type, rhs)))
16414 lhs_type = promote_type (rhs_type);
16419 new_rhs = convert (lhs_type, rhs);
[all …]
H A Dparse.y12797 tree lhs_type = NULL_TREE, rhs_type, new_rhs = NULL_TREE; local
12807 lhs_type = TREE_TYPE (lvalue);
12812 lhs_type = TREE_TYPE (lvalue);
12817 lhs_type = TREE_TYPE (lvalue);
12826 lhs_type = TREE_TYPE (TREE_TYPE (current_function_decl));
12834 lhs_type = TREE_TYPE (lvalue);
12845 new_rhs = try_builtin_assignconv (wfl_op1, lhs_type, rhs);
12848 if (!new_rhs && (new_rhs = try_reference_assignconv (lhs_type, rhs)))
12849 lhs_type = promote_type (rhs_type);
12854 new_rhs = convert (lhs_type, rhs);
[all …]
H A DChangeLog8290 (patch_assignment): Likewise for `lhs_type'.
12587 dealing with reference, lhs_type is the promoted type of the
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c4451 tree lhs_type = type; local
4482 lhs_type = void_type_node;
4529 lhs = fold (build (lhs_code, lhs_type, *true_lhs, *true_rhs));
4544 lhs = fold (build (lhs_code, lhs_type, *true_lhs, *true_rhs));