HomeSort by: relevance | last modified time | path
    Searched defs:fromtype (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 4341 tree fromtype = inner_elt_type;
4343 fromtype = cp_build_reference_type (fromtype, /*rval*/false);
4344 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype);
4338 tree fromtype = inner_elt_type; local
class.cc 688 tree fromtype = TREE_TYPE (expr); local
689 if (!POINTER_TYPE_P (fromtype))
691 fromtype = TREE_TYPE (fromtype);
692 return (CLASS_TYPE_P (fromtype)
693 && !same_type_ignoring_top_level_qualifiers_p (fromtype, type)
694 && DERIVED_FROM_P (type, fromtype));
call.cc 4424 tree fromtype; local
4436 fromtype = TREE_TYPE (expr);
4441 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype)
4442 || !DERIVED_FROM_P (totype, fromtype));
4450 if (MAYBE_CLASS_TYPE_P (fromtype))
4452 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) ||
4453 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype)
4454 && DERIVED_FROM_P (to_nonref, fromtype)))
4463 conv_fns = lookup_conversions (fromtype);
4566 conversion_path, TYPE_BINFO (fromtype),
4666 fromtype, totype); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 4323 tree fromtype = inner_elt_type;
4325 fromtype = cp_build_reference_type (fromtype, /*rval*/false);
4326 return is_trivially_xible (MODIFY_EXPR, inner_elt_type, fromtype);
4320 tree fromtype = inner_elt_type; local
class.cc 687 tree fromtype = TREE_TYPE (expr); local
688 if (!POINTER_TYPE_P (fromtype))
690 fromtype = TREE_TYPE (fromtype);
691 return (CLASS_TYPE_P (fromtype)
692 && !same_type_ignoring_top_level_qualifiers_p (fromtype, type)
693 && DERIVED_FROM_P (type, fromtype));
call.cc 4139 tree fromtype; local
4151 fromtype = TREE_TYPE (expr);
4156 gcc_assert (!MAYBE_CLASS_TYPE_P (fromtype) || !MAYBE_CLASS_TYPE_P (totype)
4157 || !DERIVED_FROM_P (totype, fromtype));
4165 if (MAYBE_CLASS_TYPE_P (fromtype))
4167 if (same_type_ignoring_top_level_qualifiers_p (to_nonref, fromtype) ||
4168 (CLASS_TYPE_P (to_nonref) && CLASS_TYPE_P (fromtype)
4169 && DERIVED_FROM_P (to_nonref, fromtype)))
4178 conv_fns = lookup_conversions (fromtype);
4281 conversion_path, TYPE_BINFO (fromtype),
4381 fromtype, totype); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 3739 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0));
3743 && TREE_CODE (fromtype) == REFERENCE_TYPE)
3759 || TREE_CODE (fromtype) == REFERENCE_TYPE)
3763 if (TREE_CODE (fromtype) == ENUMERAL_TYPE
3764 && ENUM_IS_SCOPED (fromtype))
3767 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3770 if ((TREE_CODE (fromtype) == POINTER_TYPE
3730 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 3679 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0));
3683 && TREE_CODE (fromtype) == REFERENCE_TYPE)
3699 || TREE_CODE (fromtype) == REFERENCE_TYPE)
3703 if (TREE_CODE (fromtype) == ENUMERAL_TYPE
3704 && ENUM_IS_SCOPED (fromtype))
3707 if (TYPE_PRECISION (totype) >= TYPE_PRECISION (fromtype))
3710 if ((TREE_CODE (fromtype) == POINTER_TYPE
3670 tree fromtype = TREE_TYPE (TREE_OPERAND (expr, 0)); local

Completed in 96 milliseconds