Searched refs:fromtype (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | target.h | 736 const char *(*invalid_conversion) (tree fromtype, tree totype);
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 2544 tree fromtype = TREE_TYPE (expr); in build_user_type_conversion_1() local 2554 gcc_assert (!IS_AGGR_TYPE (fromtype) || !IS_AGGR_TYPE (totype) in build_user_type_conversion_1() 2555 || !DERIVED_FROM_P (totype, fromtype)); in build_user_type_conversion_1() 2560 if (IS_AGGR_TYPE (fromtype)) in build_user_type_conversion_1() 2561 conv_fns = lookup_conversions (fromtype); in build_user_type_conversion_1() 2631 cand = add_template_candidate (&candidates, fn, fromtype, in build_user_type_conversion_1() 2634 TYPE_BINFO (fromtype), in build_user_type_conversion_1() 2639 cand = add_function_candidate (&candidates, fn, fromtype, in build_user_type_conversion_1() 2641 TYPE_BINFO (fromtype), in build_user_type_conversion_1() 2673 fromtype, totype); in build_user_type_conversion_1()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 9724 ia64_invalid_conversion (tree fromtype, tree totype) in ia64_invalid_conversion() argument 9727 if (TYPE_MODE (fromtype) == RFmode in ia64_invalid_conversion() 9732 && TYPE_MODE (fromtype) != RFmode) in ia64_invalid_conversion()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | tm.texi | 9901 @deftypefn {Target Hook} {const char *} TARGET_INVALID_CONVERSION (tree @var{fromtype}, tree @var{t… 9903 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}
|