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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dtypeck.c5723 tree lhstype = TREE_TYPE (lhs);
5724 tree olhstype = lhstype;
5742 return build2 (COMPOUND_EXPR, lhstype,
5753 return build2 (COMPOUND_EXPR, lhstype,
5764 return build2 (COMPOUND_EXPR, lhstype, lhs, newrhs);
5831 if (! same_type_p (TREE_TYPE (rhs), lhstype))
5833 rhs = convert (lhstype, rhs);
5834 result = build2 (INIT_EXPR, lhstype, lhs, rhs);
5838 else if (! IS_AGGR_TYPE (lhstype))
5844 lhstype, LOOKUP_NORMA
5710 tree lhstype = TREE_TYPE (lhs); local
[all...]
H A Dclass.c6054 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t flags)
6061 if (TREE_CODE (lhstype) == UNKNOWN_TYPE)
6070 if (same_type_p (lhstype, TREE_TYPE (rhs)))
6073 && TYPE_PTRMEMFUNC_P (lhstype)
6082 TREE_TYPE (rhs), lhstype);
6125 member = instantiate_type (lhstype, member, flags);
6137 return instantiate_type (lhstype, rhs, flags_in);
6151 resolve_address_of_overloaded_function (lhstype, fns, flags_in,
6159 resolve_address_of_overloaded_function (lhstype, rhs, flags_in,
6166 = instantiate_type (lhstype, TREE_OPERAN
6047 instantiate_type(tree lhstype, tree rhs, tsubst_flags_t flags) argument
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dc-typeck.c3929 tree lhstype = TREE_TYPE (lhs);
3930 tree olhstype = lhstype;
3939 lhstype = TREE_TYPE (lhs);
3940 olhstype = lhstype;
4019 if (TREE_READONLY (lhs) || TYPE_READONLY (lhstype)
4020 || ((TREE_CODE (lhstype) == RECORD_TYPE
4021 || TREE_CODE (lhstype) == UNION_TYPE)
4022 && C_TYPE_FIELDS_READONLY (lhstype)))
4034 && (TREE_CODE (lhstype) == INTEGER_TYPE
4035 || TREE_CODE (lhstype)
3909 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 148 milliseconds