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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c5713 tree from_type1; local
5799 from_type1 = t1->type;
5823 from_type1 = t1->type;
5831 if (same_type_p (from_type1, from_type2))
5871 if (TYPE_PTR_P (from_type1)
5876 deref_from_type1 = TREE_TYPE (from_type1);
5885 else if ((TYPE_PTRMEM_P (from_type1) && TYPE_PTRMEM_P (from_type2)
5887 || (TYPE_PTRMEMFUNC_P (from_type1)
5892 deref_to_type1 = TYPE_PTRMEM_CLASS_TYPE (from_type1);
5970 else if (CLASS_TYPE_P (non_reference (from_type1))
[all...]

Completed in 166 milliseconds