Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c7555 tree deref_to_type2 = NULL_TREE; in compare_ics() local
7758 deref_to_type2 = TREE_TYPE (to_type2); in compare_ics()
7772 deref_to_type2 = TYPE_PTRMEM_CLASS_TYPE (from_type2); in compare_ics()
7790 && TREE_CODE (deref_to_type2) == VOID_TYPE) in compare_ics()
7800 || TREE_CODE (deref_to_type2) == VOID_TYPE) in compare_ics()
7804 if (TREE_CODE (deref_to_type2) == VOID_TYPE) in compare_ics()
7812 deref_to_type2)) in compare_ics()
7817 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_to_type2))) in compare_ics()
7832 deref_to_type2)) in compare_ics()
7834 else if (is_properly_derived_from (deref_to_type2, in compare_ics()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c9603 tree deref_to_type2 = NULL_TREE; in compare_ics() local
9802 deref_to_type2 = TREE_TYPE (to_type2); in compare_ics()
9816 deref_to_type2 = TYPE_PTRMEM_CLASS_TYPE (from_type2); in compare_ics()
9834 && VOID_TYPE_P (deref_to_type2)) in compare_ics()
9844 || VOID_TYPE_P (deref_to_type2)) in compare_ics()
9848 if (VOID_TYPE_P (deref_to_type2)) in compare_ics()
9856 deref_to_type2)) in compare_ics()
9861 && RECORD_OR_UNION_CODE_P (TREE_CODE (deref_to_type2))) in compare_ics()
9876 deref_to_type2)) in compare_ics()
9878 else if (is_properly_derived_from (deref_to_type2, in compare_ics()
[all …]