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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c5715 tree to_type1; local
5868 to_type1 = ics1->type;
5873 && TYPE_PTR_P (to_type1)
5878 deref_to_type1 = TREE_TYPE (to_type1);
5886 && TYPE_PTRMEM_P (to_type1) && TYPE_PTRMEM_P (to_type2))
5889 && TYPE_PTRMEMFUNC_P (to_type1)
5894 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1);
5982 if (is_properly_derived_from (from, to_type1)
5985 if (is_properly_derived_from (to_type1, to_type2))
5987 else if (is_properly_derived_from (to_type2, to_type1))
[all...]

Completed in 106 milliseconds