Searched refs:lhstype (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c5228 tree lhstype = TREE_TYPE (lhs);
5229 tree olhstype = lhstype;
5246 return build (COMPOUND_EXPR, lhstype,
5257 return build (COMPOUND_EXPR, lhstype,
5268 return build (COMPOUND_EXPR, lhstype, lhs, newrhs);
5306 olhstype = lhstype = TREE_TYPE (lhs);
5316 if (! same_type_p (TREE_TYPE (rhs), lhstype))
5318 rhs = convert (lhstype, rhs);
5319 result = build (INIT_EXPR, lhstype, lhs, rhs);
5323 else if (! IS_AGGR_TYPE (lhstype))
5214 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dclass.c6323 instantiate_type (lhstype, rhs, flags)
6324 tree lhstype, rhs;
6335 if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
6344 if (comptypes (lhstype, TREE_TYPE (rhs), strict))
6348 TREE_TYPE (rhs), lhstype);
6380 new_rhs = instantiate_type (build_pointer_type (lhstype),
6385 TREE_TYPE (rhs) = lhstype;
6393 return instantiate_type (lhstype, rhs, flags);
6396 return instantiate_type (lhstype, TREE_OPERAND (rhs, 1), flags);
6401 return instantiate_type (lhstype, BASELINK_FUNCTION
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c5558 tree lhstype = TREE_TYPE (lhs);
5559 tree olhstype = lhstype;
5577 return build2 (COMPOUND_EXPR, lhstype,
5588 return build2 (COMPOUND_EXPR, lhstype,
5599 return build2 (COMPOUND_EXPR, lhstype, lhs, newrhs);
5666 if (! same_type_p (TREE_TYPE (rhs), lhstype))
5668 rhs = convert (lhstype, rhs);
5669 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
5673 else if (! IS_AGGR_TYPE (lhstype))
5679 lhstype, LOOKUP_NORMA
5544 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dclass.c6025 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t flags)
6032 if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
6041 if (same_type_p (lhstype, TREE_TYPE (rhs)))
6044 && TYPE_PTRMEMFUNC_P (lhstype)
6053 TREE_TYPE (rhs), lhstype);
6096 member = instantiate_type (lhstype, member, flags);
6108 return instantiate_type (lhstype, rhs, flags_in);
6122 resolve_address_of_overloaded_function (lhstype, fns, flags_in,
6130 resolve_address_of_overloaded_function (lhstype, rhs, flags_in,
6137 = instantiate_type (lhstype, TREE_OPERAN
6018 instantiate_type(tree lhstype, tree rhs, tsubst_flags_t flags) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c3863 tree lhstype = TREE_TYPE (lhs);
3864 tree olhstype = lhstype;
3891 return build (COMPOUND_EXPR, lhstype,
3951 convert (lhstype, newrhs)));
3970 if (TREE_READONLY (lhs) || TYPE_READONLY (lhstype)
3971 || ((TREE_CODE (lhstype) == RECORD_TYPE
3972 || TREE_CODE (lhstype) == UNION_TYPE)
3973 && C_TYPE_FIELDS_READONLY (lhstype)))
3982 && (TREE_CODE (lhstype) == INTEGER_TYPE
3983 || TREE_CODE (lhstype)
3845 tree lhstype = TREE_TYPE (lhs); local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dc-typeck.c3714 tree lhstype = TREE_TYPE (lhs);
3715 tree olhstype = lhstype;
3742 if (TREE_READONLY (lhs) || TYPE_READONLY (lhstype)
3743 || ((TREE_CODE (lhstype) == RECORD_TYPE
3744 || TREE_CODE (lhstype) == UNION_TYPE)
3745 && C_TYPE_FIELDS_READONLY (lhstype)))
3757 && (TREE_CODE (lhstype) == INTEGER_TYPE
3758 || TREE_CODE (lhstype) == BOOLEAN_TYPE
3759 || TREE_CODE (lhstype) == REAL_TYPE
3760 || TREE_CODE (lhstype)
3694 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dtree-ssa-structalias.c2975 tree lhstype = TREE_TYPE (lhsop); local
2979 lhstypesize = DECL_P (lhsop) ? DECL_SIZE (lhsop) : TYPE_SIZE (lhstype);
3031 tree pointedtotype = lhstype;
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3173 tree lhstype = TREE_TYPE (outer);
3177 if (POINTER_TYPE_P (lhstype))
3181 TYPE_ATTRIBUTES (TREE_TYPE (lhstype)));
3168 tree lhstype = TREE_TYPE (outer); local

Completed in 334 milliseconds