Home
last modified time | relevance | path

Searched refs:totype (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcall.c1482 tree totype = TREE_TYPE (TREE_TYPE (fn)); in add_conv_candidate() local
1487 for (parmlist = totype; TREE_CODE (parmlist) != FUNCTION_TYPE; ) in add_conv_candidate()
1499 if (*candidates && (*candidates)->fn == totype) in add_conv_candidate()
1509 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false, in add_conv_candidate()
1543 return add_candidate (candidates, totype, arglist, len, convs, in add_conv_candidate()
2541 build_user_type_conversion_1 (tree totype, tree expr, int flags) in build_user_type_conversion_1() argument
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()
2557 if (IS_AGGR_TYPE (totype)) in build_user_type_conversion_1()
2558 ctors = lookup_fnfields (totype, complete_ctor_identifier, 0); in build_user_type_conversion_1()
[all …]
Dcvt.c1240 tree totype = c_common_type_for_size (precision, 0); in type_promotes_to() local
1242 && ! int_fits_type_p (TYPE_MAX_VALUE (type), totype)) in type_promotes_to()
1245 type = totype; in type_promotes_to()
Dtypeck.c1673 string_conv_p (tree totype, tree exp, int warn) in string_conv_p() argument
1677 if (TREE_CODE (totype) != POINTER_TYPE) in string_conv_p()
1680 t = TREE_TYPE (totype); in string_conv_p()
1707 totype); in string_conv_p()
DChangeLog-200066 (add_conv_candidate): Handle totype being ref to ptr to fn.
DChangeLog-1998425 * call.c (add_conv_candidate): Pass totype to add_candidate instead
/freebsd-12-stable/contrib/gcc/
Dtarget.h736 const char *(*invalid_conversion) (tree fromtype, tree totype);
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.c9724 ia64_invalid_conversion (tree fromtype, tree totype) in ia64_invalid_conversion() argument
9728 && TYPE_MODE (totype) != RFmode in ia64_invalid_conversion()
9729 && TYPE_MODE (totype) != VOIDmode) in ia64_invalid_conversion()
9731 if (TYPE_MODE (totype) == RFmode in ia64_invalid_conversion()
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi9901 …efn {Target Hook} {const char *} TARGET_INVALID_CONVERSION (tree @var{fromtype}, tree @var{totype})
9903 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}