Searched refs:to_type1 (Results 1 – 2 of 2) sorted by relevance
5278 tree to_type1; local5427 to_type1 = TREE_TYPE (ics1);5432 && TYPE_PTR_P (to_type1)5437 deref_to_type1 = TREE_TYPE (to_type1);5446 && TYPE_PTRMEM_P (to_type1)5456 && TYPE_PTRMEMFUNC_P (to_type1)5549 if (is_properly_derived_from (from, to_type1)5552 if (is_properly_derived_from (to_type1, to_type2))5558 else if (CLASS_TYPE_P (non_reference (to_type1))5559 && same_type_p (to_type1, to_type2))[all …]
5695 tree to_type1; in compare_ics() local5848 to_type1 = ics1->type; in compare_ics()5853 && TYPE_PTR_P (to_type1) in compare_ics()5858 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()5869 && TYPE_PTRMEMFUNC_P (to_type1) in compare_ics()5962 if (is_properly_derived_from (from, to_type1) in compare_ics()5965 if (is_properly_derived_from (to_type1, to_type2)) in compare_ics()5971 else if (CLASS_TYPE_P (non_reference (to_type1)) in compare_ics()5972 && same_type_p (to_type1, to_type2)) in compare_ics()5974 tree to = non_reference (to_type1); in compare_ics()[all …]