Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c10707 tree to_type2; in compare_ics() local
10909 to_type2 = ics2->type; in compare_ics()
10916 && ARITHMETIC_TYPE_P (to_type2) in compare_ics()
10918 != (TREE_CODE (to_type2) == COMPLEX_TYPE))) in compare_ics()
10929 && TYPE_PTR_P (to_type2)) in compare_ics()
10934 deref_to_type2 = TREE_TYPE (to_type2); in compare_ics()
10941 && TYPE_PTRDATAMEM_P (to_type1) && TYPE_PTRDATAMEM_P (to_type2)) in compare_ics()
10945 && TYPE_PTRMEMFUNC_P (to_type2))) in compare_ics()
10950 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2); in compare_ics()
11038 && is_properly_derived_from (from, to_type2)) in compare_ics()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc11451 tree to_type2; in compare_ics() local
11650 to_type2 = ics2->type; in compare_ics()
11657 && ARITHMETIC_TYPE_P (to_type2) in compare_ics()
11659 != (TREE_CODE (to_type2) == COMPLEX_TYPE))) in compare_ics()
11670 && TYPE_PTR_P (to_type2)) in compare_ics()
11675 deref_to_type2 = TREE_TYPE (to_type2); in compare_ics()
11682 && TYPE_PTRDATAMEM_P (to_type1) && TYPE_PTRDATAMEM_P (to_type2)) in compare_ics()
11686 && TYPE_PTRMEMFUNC_P (to_type2))) in compare_ics()
11691 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2); in compare_ics()
11779 && is_properly_derived_from (from, to_type2)) in compare_ics()
[all …]