Searched refs:rhs_type (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 16362 tree lhs_type = NULL_TREE, rhs_type, new_rhs = NULL_TREE; local 16407 rhs_type = TREE_TYPE (rhs); 16414 lhs_type = promote_type (rhs_type); 16452 if (!valid_cast_to_p (rhs_type, lhs_type)) 16570 tree rhs_type = TREE_TYPE (rhs); local 16572 if (!JPRIMITIVE_TYPE_P (rhs_type) && JREFERENCE_TYPE_P (lhs_type)) 16578 else if (valid_ref_assignconv_cast_p (rhs_type, lhs_type, 0)) 16597 tree rhs_type = TREE_TYPE (rhs); local 16600 if (TREE_CODE (rhs_type) == BOOLEAN_TYPE 16603 if (TREE_CODE (rhs_type) == BOOLEAN_TYPE [all …]
|
| H A D | parse.y | 12797 tree lhs_type = NULL_TREE, rhs_type, new_rhs = NULL_TREE; local 12842 rhs_type = TREE_TYPE (rhs); 12849 lhs_type = promote_type (rhs_type); 12887 if (!valid_cast_to_p (rhs_type, lhs_type)) 13005 tree rhs_type = TREE_TYPE (rhs); local 13007 if (!JPRIMITIVE_TYPE_P (rhs_type) && JREFERENCE_TYPE_P (lhs_type)) 13013 else if (valid_ref_assignconv_cast_p (rhs_type, lhs_type, 0)) 13032 tree rhs_type = TREE_TYPE (rhs); local 13035 if (TREE_CODE (rhs_type) == BOOLEAN_TYPE 13038 if (TREE_CODE (rhs_type) == BOOLEAN_TYPE [all …]
|
| H A D | ChangeLog | 12588 rhs_type, not the RHS. Use not_initialized_as_it_should_p where
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 4452 tree rhs_type = type; local 4492 rhs_type = void_type_node; 4532 rhs = fold (build (rhs_code, rhs_type, *false_lhs, *false_rhs)); 4546 rhs = fold (build (rhs_code, rhs_type, *false_lhs, *false_rhs));
|