Searched refs:totype (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c2177 tree totype = TREE_TYPE (TREE_TYPE (fn)); local
2183 for (parmlist = totype; TREE_CODE (parmlist) != FUNCTION_TYPE; )
2195 if (*candidates && (*candidates)->fn == totype)
2213 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false,
2215 convert_type = totype;
2257 return add_candidate (candidates, totype, first_arg, arglist, len, convs,
3541 tree init_list, tree totype,
3560 && TYPE_HAS_DEFAULT_CONSTRUCTOR (totype))
3564 else if (TYPE_HAS_LIST_CTOR (totype))
3594 build_user_type_conversion_1 (tree totype, tre argument
3540 add_list_candidates(tree fns, tree first_arg, tree init_list, tree totype, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates, tsubst_flags_t complain) argument
3712 add_candidates (TREE_VALUE (conv_fns), first_arg, NULL, totype, local
3845 build_user_type_conversion(tree totype, tree expr, int flags, tsubst_flags_t complain) argument
4291 tree totype = TREE_TYPE (convs); local
6083 conversion_null_warnings(tree totype, tree expr, tree fn, int argnum) argument
6147 tree totype = convs->type; local
[all...]
H A Dcvt.c1736 tree totype = c_common_type_for_size (precision, 0);
1741 && ! int_fits_type_p (TYPE_MAX_VALUE (prom), totype))
1744 prom = totype;
1734 tree totype = c_common_type_for_size (precision, 0); local
H A Dtypeck.c2116 string_conv_p (const_tree totype, const_tree exp, int warn)
2120 if (!TYPE_PTR_P (totype))
2123 t = TREE_TYPE (totype);
2153 totype);
2157 totype);
2111 string_conv_p(const_tree totype, const_tree exp, int warn) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c1087 tree totype = TREE_TYPE (TREE_TYPE (fn)); local
1088 tree parmlist = TYPE_ARG_TYPES (TREE_TYPE (totype));
1097 if (candidates && candidates->fn == totype)
1107 t = implicit_conversion (totype, argtype, arg, flags);
1144 return add_candidate (candidates, totype, convs, viable);
1941 build_user_type_conversion_1 (totype, expr, flags)
1942 tree totype, expr;
1951 if (IS_AGGR_TYPE (totype))
1952 ctors = lookup_fnfields (TYPE_BINFO (totype), ctor_identifier, 0);
1954 && (! IS_AGGR_TYPE (totype) || ! DERIVED_FROM_
2296 tree totype = TREE_TYPE (TREE_TYPE (OVL_CURRENT (fns))); local
[all...]
H A Dcvt.c1102 tree totype = type_for_size (precision, 0);
1104 && ! int_fits_type_p (TYPE_MAX_VALUE (type), totype))
1107 type = totype;
1099 tree totype = type_for_size (precision, 0); local
H A Dtypeck.c1875 string_conv_p (totype, exp, warn)
1876 tree totype, exp;
1881 if (! flag_const_strings || TREE_CODE (totype) != POINTER_TYPE)
1884 t = TREE_TYPE (totype);
1909 cp_warning ("deprecated conversion from string constant to `%T'", totype);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c2058 tree totype = gfc_nonrestricted_type (TREE_TYPE (t));
2059 if (totype == TREE_TYPE (t))
2062 ret = build_pointer_type (totype);
2064 ret = build_reference_type (totype);
2050 tree totype = gfc_nonrestricted_type (TREE_TYPE (t)); local
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c11188 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
11192 && TYPE_MODE (totype) != RFmode
11193 && TYPE_MODE (totype) != VOIDmode)
11195 if (TYPE_MODE (totype) == RFmode
11164 ia64_invalid_conversion(const_tree fromtype, const_tree totype) argument
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c4794 tree totype = TREE_TYPE (expr);
4799 if (TREE_CODE (totype) == REFERENCE_TYPE
4808 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
4784 tree totype = TREE_TYPE (expr); local

Completed in 373 milliseconds