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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c6236 tree rhstype;
6243 rhstype = TREE_TYPE (rhs);
6244 coder = TREE_CODE (rhstype);
6247 && vector_types_convertible_p (type, rhstype, true))
6250 if (rhs == error_mark_node || rhstype == error_mark_node)
6288 if (objc_compare_types (type, rhstype, parmno, rname))
6300 if (!can_convert_arg_bad (type, rhstype, rhs))
6307 && TYPE_PTRMEMFUNC_P (rhstype))
6314 if (rhstype == unknown_type_node)
6318 rhstype, typ
6221 tree rhstype; local
6357 tree rhstype; local
[all...]
H A Dcall.c4711 tree rhstype = TREE_TYPE (val); local
4712 const enum tree_code coder = TREE_CODE (rhstype);
4716 && check_missing_format_attribute (type, rhstype))
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3797 tree rhstype;
3854 rhstype = TREE_TYPE (rhs);
3855 coder = TREE_CODE (rhstype);
3883 objc_ok = objc_compare_types (type, rhstype, parmno, rname);
3886 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (rhstype))
3941 && comptypes (type, rhstype))
3956 TYPE_MAIN_VARIANT (rhstype)))
3965 tree ttr = TREE_TYPE (rhstype);
3972 || comp_target_types (memb_type, rhstype))
4005 tree ttr = TREE_TYPE (rhstype);
3776 tree rhstype; local
[all...]
H A Dtree-ssa-structalias.c2974 tree rhstype = TREE_TYPE (rhsop); local
2980 rhstypesize = DECL_P (rhsop) ? DECL_SIZE (rhsop) : TYPE_SIZE (rhstype);
3360 tree rhstype; local
3364 rhstype = TREE_TYPE (strippedrhs);

Completed in 216 milliseconds