Home
last modified time | relevance | path

Searched refs:deref_to_type1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c10710 tree deref_to_type1 = NULL_TREE; in compare_ics() local
10933 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()
10947 deref_to_type1 = TYPE_PTRMEM_CLASS_TYPE (from_type1); in compare_ics()
10965 if (VOID_TYPE_P (deref_to_type1) in compare_ics()
10975 else if (VOID_TYPE_P (deref_to_type1) in compare_ics()
10983 deref_to_type1)) in compare_ics()
10992 else if (RECORD_OR_UNION_CODE_P (TREE_CODE (deref_to_type1)) in compare_ics()
11007 if (is_properly_derived_from (deref_to_type1, in compare_ics()
11011 deref_to_type1)) in compare_ics()
11014 else if (same_type_p (deref_to_type1, deref_to_type2)) in compare_ics()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc11454 tree deref_to_type1 = NULL_TREE; in compare_ics() local
11674 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()
11688 deref_to_type1 = TYPE_PTRMEM_CLASS_TYPE (from_type1); in compare_ics()
11706 if (VOID_TYPE_P (deref_to_type1) in compare_ics()
11716 else if (VOID_TYPE_P (deref_to_type1) in compare_ics()
11724 deref_to_type1)) in compare_ics()
11733 else if (RECORD_OR_UNION_CODE_P (TREE_CODE (deref_to_type1)) in compare_ics()
11748 if (is_properly_derived_from (deref_to_type1, in compare_ics()
11752 deref_to_type1)) in compare_ics()
11755 else if (same_type_p (deref_to_type1, deref_to_type2)) in compare_ics()
H A DChangeLog-19981649 `deref_to_type1' and `deref_to_type2'.