Home
last modified time | relevance | path

Searched refs:deref_from_type1 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c10708 tree deref_from_type1 = NULL_TREE; in compare_ics() local
10931 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc11452 tree deref_from_type1 = NULL_TREE; in compare_ics() local
11672 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 …]