Searched refs:lhstype (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 5214 tree lhstype = TREE_TYPE (lhs); local 5215 tree olhstype = lhstype; 5304 rhs = convert (lhstype, rhs); 5315 TYPE_BINFO (lhstype), 5336 if (! IS_AGGR_TYPE (lhstype)) 5346 lhstype = olhstype; 5406 cp_convert (lhstype, newrhs))); 5450 if (lhstype != TREE_TYPE (lhs)) 5462 TREE_TYPE (lhs) = lhstype; 5476 TREE_TYPE (rhs), lhstype); [all …]
|
H A D | class.c | 6316 instantiate_type (lhstype, rhs, flags) in instantiate_type() argument 6317 tree lhstype, rhs; in instantiate_type() 6328 if (TREE_CODE (lhstype) == UNKNOWN_TYPE) 6341 TREE_TYPE (rhs), lhstype); 6378 TREE_TYPE (rhs) = lhstype; 6386 return instantiate_type (lhstype, rhs, flags); 6409 resolve_address_of_overloaded_function (lhstype, 6419 resolve_address_of_overloaded_function (lhstype, 6449 TREE_TYPE (rhs) = lhstype; 6521 TREE_TYPE (rhs) = lhstype; [all …]
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 5544 tree lhstype = TREE_TYPE (lhs); in build_modify_expr() local 5545 tree olhstype = lhstype; in build_modify_expr() 5654 rhs = convert (lhstype, rhs); in build_modify_expr() 5665 lhstype, LOOKUP_NORMAL); in build_modify_expr() 5680 if (! IS_AGGR_TYPE (lhstype)) in build_modify_expr() 5691 lhstype = olhstype; in build_modify_expr() 5730 || (CLASS_TYPE_P (lhstype) in build_modify_expr() 5748 if (lhstype != TREE_TYPE (lhs)) in build_modify_expr() 5760 TREE_TYPE (lhs) = lhstype; in build_modify_expr() 5774 TREE_TYPE (rhs), lhstype); in build_modify_expr() [all …]
|
H A D | class.c | 6018 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t flags) in instantiate_type() argument 6025 if (TREE_CODE (lhstype) == UNKNOWN_TYPE) in instantiate_type() 6034 if (same_type_p (lhstype, TREE_TYPE (rhs))) in instantiate_type() 6037 && TYPE_PTRMEMFUNC_P (lhstype) in instantiate_type() 6046 TREE_TYPE (rhs), lhstype); in instantiate_type() 6089 member = instantiate_type (lhstype, member, flags); in instantiate_type() 6101 return instantiate_type (lhstype, rhs, flags_in); in instantiate_type() 6123 resolve_address_of_overloaded_function (lhstype, rhs, flags_in, in instantiate_type() 6130 = instantiate_type (lhstype, TREE_OPERAND (rhs, 0), flags); in instantiate_type() 6134 = instantiate_type (lhstype, TREE_OPERAND (rhs, 1), flags); in instantiate_type() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-typeck.c | 3845 tree lhstype = TREE_TYPE (lhs); local 3846 tree olhstype = lhstype; 3873 return build (COMPOUND_EXPR, lhstype, 3933 convert (lhstype, newrhs))); 3954 || TREE_CODE (lhstype) == UNION_TYPE) 3955 && C_TYPE_FIELDS_READONLY (lhstype))) 3965 || TREE_CODE (lhstype) == BOOLEAN_TYPE 3966 || TREE_CODE (lhstype) == REAL_TYPE 3967 || TREE_CODE (lhstype) == ENUMERAL_TYPE)) 3973 if (lhstype != TREE_TYPE (lhs)) [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-typeck.c | 3694 tree lhstype = TREE_TYPE (lhs); in build_modify_expr() local 3695 tree olhstype = lhstype; in build_modify_expr() 3723 || ((TREE_CODE (lhstype) == RECORD_TYPE in build_modify_expr() 3724 || TREE_CODE (lhstype) == UNION_TYPE) in build_modify_expr() 3725 && C_TYPE_FIELDS_READONLY (lhstype))) in build_modify_expr() 3737 && (TREE_CODE (lhstype) == INTEGER_TYPE in build_modify_expr() 3738 || TREE_CODE (lhstype) == BOOLEAN_TYPE in build_modify_expr() 3739 || TREE_CODE (lhstype) == REAL_TYPE in build_modify_expr() 3740 || TREE_CODE (lhstype) == ENUMERAL_TYPE)) in build_modify_expr() 3746 if (lhstype != TREE_TYPE (lhs)) in build_modify_expr() [all …]
|
H A D | tree-ssa-structalias.c | 2975 tree lhstype = TREE_TYPE (lhsop); in do_structure_copy() local 2979 lhstypesize = DECL_P (lhsop) ? DECL_SIZE (lhsop) : TYPE_SIZE (lhstype); in do_structure_copy() 3031 tree pointedtotype = lhstype; in do_structure_copy()
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 3168 tree lhstype = TREE_TYPE (outer); in objc_generate_write_barrier() local 3172 if (POINTER_TYPE_P (lhstype)) in objc_generate_write_barrier() 3176 TYPE_ATTRIBUTES (TREE_TYPE (lhstype))); in objc_generate_write_barrier()
|