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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c5595 tree lhstype = TREE_TYPE (lhs);
5596 tree olhstype = lhstype;
5614 return build2 (COMPOUND_EXPR, lhstype,
5625 return build2 (COMPOUND_EXPR, lhstype,
5636 return build2 (COMPOUND_EXPR, lhstype, lhs, newrhs);
5703 if (! same_type_p (TREE_TYPE (rhs), lhstype))
5705 rhs = convert (lhstype, rhs);
5706 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
5710 else if (! IS_AGGR_TYPE (lhstype))
5716 lhstype, LOOKUP_NORMA
5581 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...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3691 tree lhstype = TREE_TYPE (lhs);
3692 tree olhstype = lhstype;
3719 if (TREE_READONLY (lhs) || TYPE_READONLY (lhstype)
3720 || ((TREE_CODE (lhstype) == RECORD_TYPE
3721 || TREE_CODE (lhstype) == UNION_TYPE)
3722 && C_TYPE_FIELDS_READONLY (lhstype)))
3734 && (TREE_CODE (lhstype) == INTEGER_TYPE
3735 || TREE_CODE (lhstype) == BOOLEAN_TYPE
3736 || TREE_CODE (lhstype) == REAL_TYPE
3737 || TREE_CODE (lhstype)
3671 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;

Completed in 104 milliseconds