Home
last modified time | relevance | path

Searched refs:fromtype (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtarget.h736 const char *(*invalid_conversion) (tree fromtype, tree totype);
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c2544 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 Dia64.c9724 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 Dtm.texi9901 @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}