HomeSort by: relevance | last modified time | path
    Searched refs:totype (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 336 Type *totype = TYPE_LANG_FRONTEND (type);
339 if (totype && etype)
340 return convert_expr (exp, etype, totype);
345 /* Return expression EXP, whose type has been convert from ETYPE to TOTYPE. */
348 convert_expr (tree exp, Type *etype, Type *totype)
352 gcc_assert (etype && totype);
354 Type *tbtype = totype->toBasetype ();
356 if (same_type_p (etype, totype))
369 delegate_object (exp), totype);
380 totype->toChars ())
961 Type *totype = tb->nextOf ()->arrayOf (); local
    [all...]
d-codegen.cc 242 /* Build REAL_CST of type TOTYPE with the value VALUE. */
245 build_float_cst (const real_t &value, Type *totype)
248 TypeBasic *tb = totype->isTypeBasic ();
1854 tree totype = build_ctype (Type::tuns8->pointerTo ()); local
1855 return fold_convert (totype, t);
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 2624 tree totype = TREE_TYPE (TREE_TYPE (fn)); local
2630 for (parmlist = totype; TREE_CODE (parmlist) != FUNCTION_TYPE; )
2642 if (*candidates && (*candidates)->fn == totype)
2667 t = build_conv (ck_user, totype, t);
2670 convert_type = totype;
2713 return add_candidate (candidates, totype, obj, arglist, len, convs,
4183 the RETURN_TYPE parameter is replaced by TOTYPE, the desired type. */
4187 const vec<tree, va_gc> *args, tree totype,
4207 && TYPE_HAS_DEFAULT_CONSTRUCTOR (totype))
4210 && !CP_AGGREGATE_TYPE_P (totype))
4564 add_candidates (TREE_VALUE (conv_fns), first_arg, NULL, totype, local
4666 fromtype, totype); local
5375 tree totype = TREE_TYPE (convs); local
8434 tree totype = convs->type; local
8538 range_label_for_type_mismatch label (TREE_TYPE (expr), totype); local
    [all...]
cvt.cc 2026 tree totype = c_common_type_for_size (precision, 0);
2028 && ! int_fits_type_p (TYPE_MAX_VALUE (prom), totype))
2031 prom = totype;
2024 tree totype = c_common_type_for_size (precision, 0); local
typeck.cc 2677 string_conv_p (const_tree totype, const_tree exp, int warn)
2681 if (!TYPE_PTR_P (totype))
2684 t = TREE_TYPE (totype);
2718 totype);
2722 totype);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 2531 tree totype = TREE_TYPE (TREE_TYPE (fn)); local
2537 for (parmlist = totype; TREE_CODE (parmlist) != FUNCTION_TYPE; )
2549 if (*candidates && (*candidates)->fn == totype)
2566 t = build_conv (ck_user, totype, t);
2569 convert_type = totype;
2612 return add_candidate (candidates, totype, obj, arglist, len, convs,
4064 the RETURN_TYPE parameter is replaced by TOTYPE, the desired type. */
4068 const vec<tree, va_gc> *args, tree totype,
4088 && TYPE_HAS_DEFAULT_CONSTRUCTOR (totype))
4092 else if (TYPE_HAS_LIST_CTOR (totype))
4279 add_candidates (TREE_VALUE (conv_fns), first_arg, NULL, totype, local
4381 fromtype, totype); local
5065 tree totype = TREE_TYPE (convs); local
7839 tree totype = convs->type; local
7920 range_label_for_type_mismatch label (TREE_TYPE (expr), totype); local
    [all...]
cvt.cc 1980 tree totype = c_common_type_for_size (precision, 0);
1982 && ! int_fits_type_p (TYPE_MAX_VALUE (prom), totype))
1985 prom = totype;
1978 tree totype = c_common_type_for_size (precision, 0); local
typeck.cc 2536 string_conv_p (const_tree totype, const_tree exp, int warn)
2540 if (!TYPE_PTR_P (totype))
2543 t = TREE_TYPE (totype);
2577 totype);
2581 totype);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 2203 tree totype = gfc_nonrestricted_type (TREE_TYPE (t));
2204 if (totype == TREE_TYPE (t))
2207 ret = build_pointer_type (totype);
2209 ret = build_reference_type (totype);
2195 tree totype = gfc_nonrestricted_type (TREE_TYPE (t)); local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 2185 tree totype = gfc_nonrestricted_type (TREE_TYPE (t));
2186 if (totype == TREE_TYPE (t))
2189 ret = build_pointer_type (totype);
2191 ret = build_reference_type (totype);
2177 tree totype = gfc_nonrestricted_type (TREE_TYPE (t)); local
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 3738 tree totype = TREE_TYPE (expr);
3741 if (POINTER_TYPE_P (totype)
3758 if (TREE_CODE (totype) == REFERENCE_TYPE
3767 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3771 && (TREE_CODE (totype) == INTEGER_TYPE
3772 || TREE_CODE (totype) == BITINT_TYPE))
3729 tree totype = TREE_TYPE (expr); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 3678 tree totype = TREE_TYPE (expr);
3681 if (POINTER_TYPE_P (totype)
3698 if (TREE_CODE (totype) == REFERENCE_TYPE
3707 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3711 && TREE_CODE (totype) == INTEGER_TYPE)
3669 tree totype = TREE_TYPE (expr); local
  /src/external/gpl3/gcc/dist/gcc/
target.def 5531 to TOTYPE is not allowed, NULL otherwise. */
5535 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}\n\
5537 const char *, (const_tree fromtype, const_tree totype),
  /src/external/gpl3/gcc.old/dist/gcc/
target.def 5363 to TOTYPE is not allowed, NULL otherwise. */
5367 invalid to convert from @var{fromtype} to @var{totype}, or @code{NULL}\n\
5369 const char *, (const_tree fromtype, const_tree totype),
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 11285 TOTYPE is not allowed, NULL otherwise. */
11287 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
11291 && TYPE_MODE (totype) != RFmode
11292 && TYPE_MODE (totype) != VOIDmode)
11294 if (TYPE_MODE (totype) == RFmode
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 11263 TOTYPE is not allowed, NULL otherwise. */
11265 ia64_invalid_conversion (const_tree fromtype, const_tree totype)
11269 && TYPE_MODE (totype) != RFmode
11270 && TYPE_MODE (totype) != VOIDmode)
11272 if (TYPE_MODE (totype) == RFmode
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 23713 TOTYPE is not allowed, NULL otherwise. */
23716 ix86_invalid_conversion (const_tree fromtype, const_tree totype)
23719 machine_mode to_mode = element_mode (totype);
23742 if (element_mode (fromtype) != element_mode (totype)
23748 && TYPE_MODE (totype) == HImode)
23749 || (TYPE_MODE (totype) == BFmode
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28815 rs6000_invalid_conversion (const_tree fromtype, const_tree totype)
28820 if (TYPE_CANONICAL (totype) != NULL_TREE)
28821 totype = TYPE_CANONICAL (totype);
28824 machine_mode tomode = TYPE_MODE (totype);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 28379 rs6000_invalid_conversion (const_tree fromtype, const_tree totype)
28384 if (TYPE_CANONICAL (totype) != NULL_TREE)
28385 totype = TYPE_CANONICAL (totype);
28388 machine_mode tomode = TYPE_MODE (totype);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 27090 TOTYPE is not allowed, NULL otherwise. */
27093 aarch64_invalid_conversion (const_tree fromtype, const_tree totype)
27095 if (element_mode (fromtype) != element_mode (totype))
27100 if (TYPE_MODE (totype) == BFmode)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 34073 TOTYPE is not allowed, NULL otherwise. */
34076 arm_invalid_conversion (const_tree fromtype, const_tree totype)
34078 if (element_mode (fromtype) != element_mode (totype))
34083 if (TYPE_MODE (totype) == BFmode)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 34595 TOTYPE is not allowed, NULL otherwise. */
34598 arm_invalid_conversion (const_tree fromtype, const_tree totype)
34600 if (element_mode (fromtype) != element_mode (totype))
34605 if (TYPE_MODE (totype) == BFmode)

Completed in 177 milliseconds