Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc11449 tree from_type2; in compare_ics() local
11582 from_type2 = t2->type; in compare_ics()
11610 from_type2 = t2->type; in compare_ics()
11617 if (same_type_p (from_type1, from_type2)) in compare_ics()
11654 if (same_type_p (from_type1, from_type2) in compare_ics()
11668 && TYPE_PTR_P (from_type2) in compare_ics()
11673 deref_from_type2 = TREE_TYPE (from_type2); in compare_ics()
11681 else if ((TYPE_PTRDATAMEM_P (from_type1) && TYPE_PTRDATAMEM_P (from_type2) in compare_ics()
11684 && TYPE_PTRMEMFUNC_P (from_type2) in compare_ics()
11689 deref_to_type2 = TYPE_PTRMEM_CLASS_TYPE (from_type2); in compare_ics()
[all …]