Home
last modified time | relevance | path

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

/trueos/contrib/gcc/cp/
HDcall.c5737 tree to_type1; in compare_ics() local
5890 to_type1 = ics1->type; in compare_ics()
5895 && TYPE_PTR_P (to_type1) in compare_ics()
5900 deref_to_type1 = TREE_TYPE (to_type1); in compare_ics()
5908 && TYPE_PTRMEM_P (to_type1) && TYPE_PTRMEM_P (to_type2)) in compare_ics()
5911 && TYPE_PTRMEMFUNC_P (to_type1) in compare_ics()
5916 deref_from_type1 = TYPE_PTRMEM_CLASS_TYPE (to_type1); in compare_ics()
6004 if (is_properly_derived_from (from, to_type1) in compare_ics()
6007 if (is_properly_derived_from (to_type1, to_type2)) in compare_ics()
6009 else if (is_properly_derived_from (to_type2, to_type1)) in compare_ics()
[all …]