Searched refs:deref_from_type1 (Results 1 – 2 of 2) sorted by relevance
10708 tree deref_from_type1 = NULL_TREE; in compare_ics() local10931 deref_from_type1 = TREE_TYPE (from_type1); in compare_ics()10949 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1); in compare_ics()10953 if (deref_from_type1 != NULL_TREE in compare_ics()10954 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type1)) in compare_ics()10968 if (is_properly_derived_from (deref_from_type1, in compare_ics()10972 deref_from_type1)) in compare_ics()10978 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()10982 if (is_properly_derived_from (deref_from_type1, in compare_ics()10987 else if (is_properly_derived_from (deref_from_type1, in compare_ics()[all …]
11452 tree deref_from_type1 = NULL_TREE; in compare_ics() local11672 deref_from_type1 = TREE_TYPE (from_type1); in compare_ics()11690 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1); in compare_ics()11694 if (deref_from_type1 != NULL_TREE in compare_ics()11695 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type1)) in compare_ics()11709 if (is_properly_derived_from (deref_from_type1, in compare_ics()11713 deref_from_type1)) in compare_ics()11719 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()11723 if (is_properly_derived_from (deref_from_type1, in compare_ics()11728 else if (is_properly_derived_from (deref_from_type1, in compare_ics()[all …]