Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcall.c7553 tree deref_from_type2 = NULL_TREE; in compare_ics() local
7756 deref_from_type2 = TREE_TYPE (from_type2); in compare_ics()
7774 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2); in compare_ics()
7779 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type2))) in compare_ics()
7793 deref_from_type2)) in compare_ics()
7795 else if (is_properly_derived_from (deref_from_type2, in compare_ics()
7802 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
7829 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
7840 if (is_properly_derived_from (deref_from_type2, in compare_ics()
7844 deref_from_type2)) in compare_ics()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcall.c9601 tree deref_from_type2 = NULL_TREE; in compare_ics() local
9800 deref_from_type2 = TREE_TYPE (from_type2); in compare_ics()
9818 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2); in compare_ics()
9823 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_from_type2))) in compare_ics()
9837 deref_from_type2)) in compare_ics()
9839 else if (is_properly_derived_from (deref_from_type2, in compare_ics()
9846 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
9873 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
9884 if (is_properly_derived_from (deref_from_type2, in compare_ics()
9888 deref_from_type2)) in compare_ics()