Searched refs:fromtype (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtarget.h629 const char *(*invalid_conversion) (tree fromtype, tree totype);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c2838 tree fromtype = TREE_TYPE (expr); local
2850 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype)
2851 || !DERIVED_FROM_P (totype, fromtype));
2856 if (MAYBE_CLASS_TYPE_P (fromtype))
2859 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) ||
2860 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype)
2861 && DERIVED_FROM_P (to_nonref, fromtype)))
2870 conv_fns = lookup_conversions (fromtype);
2971 So we pass fromtype as CTYPE to add_*_candidate. */
2974 cand = add_template_candidate (&candidates, fn, fromtype,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtarget.h1002 const char *(*invalid_conversion) (const_tree fromtype, const_tree totype);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcall.c2511 tree fromtype = TREE_TYPE (expr); local
2521 gcc_assert (!IS_AGGR_TYPE (fromtype) || !IS_AGGR_TYPE (totype)
2522 || !DERIVED_FROM_P (totype, fromtype));
2527 if (IS_AGGR_TYPE (fromtype))
2528 conv_fns = lookup_conversions (fromtype);
2595 So we pass fromtype as CTYPE to add_*_candidate. */
2598 cand = add_template_candidate (&candidates, fn, fromtype,
2601 TYPE_BINFO (fromtype),
2606 cand = add_function_candidate (&candidates, fn, fromtype,
2608 TYPE_BINFO (fromtype),
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c10601 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
10604 if (TYPE_MODE (fromtype) == RFmode
10609 && TYPE_MODE (fromtype) != RFmode)
10577 ia64_invalid_conversion(const_tree fromtype, const_tree totype) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c9097 ia64_invalid_conversion (tree fromtype, tree totype)
9100 if (TYPE_MODE (fromtype) == RFmode
9105 && TYPE_MODE (fromtype) != RFmode)
9073 ia64_invalid_conversion(tree fromtype, tree totype) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c17853 tree fromtype = TREE_TYPE (expr);
17854 if (!SCALAR_FLOAT_TYPE_P (fromtype) || !SCALAR_FLOAT_TYPE_P (type))
17856 if ((TYPE_PRECISION (fromtype) == 16 && TYPE_PRECISION (type) > 32)
17857 || (TYPE_PRECISION (type) == 16 && TYPE_PRECISION (fromtype) > 32))
17831 tree fromtype = TREE_TYPE (expr); local

Completed in 208 milliseconds