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

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c6424 tree rhstype;
6433 rhstype = TREE_TYPE (rhs);
6434 coder = TREE_CODE (rhstype);
6437 && vector_types_convertible_p (type, rhstype, true))
6440 if (rhs == error_mark_node || rhstype == error_mark_node)
6479 if (objc_compare_types (type, rhstype, parmno, rname, "comparison"))
6492 if (!can_convert_arg_bad (type, rhstype, rhs))
6499 && TYPE_PTRMEMFUNC_P (rhstype))
6506 if (rhstype == unknown_type_node)
6510 rhstype, typ
6410 tree rhstype; local
6550 tree rhstype; local
[all...]
H A Dcall.c4733 tree rhstype = TREE_TYPE (val); local
4734 const enum tree_code coder = TREE_CODE (rhstype);
4738 && check_missing_format_attribute (type, rhstype))
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c4108 tree rhstype;
4165 rhstype = TREE_TYPE (rhs);
4166 coder = TREE_CODE (rhstype);
4195 objc_ok = objc_compare_types (type, rhstype, parmno, rname, "comparison");
4198 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (rhstype))
4256 && comptypes (type, rhstype))
4271 TYPE_MAIN_VARIANT (rhstype)))
4280 tree ttr = TREE_TYPE (rhstype);
4287 || comp_target_types (memb_type, rhstype))
4320 tree ttr = TREE_TYPE (rhstype);
4087 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 218 milliseconds