Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDcall.c5740 tree deref_from_type2 = NULL_TREE; in compare_ics() local
5899 deref_from_type2 = TREE_TYPE (from_type2); in compare_ics()
5917 deref_from_type2 = TYPE_PTRMEM_CLASS_TYPE (to_type2); in compare_ics()
5922 && IS_AGGR_TYPE_CODE (TREE_CODE (deref_from_type2))) in compare_ics()
5936 deref_from_type2)) in compare_ics()
5938 else if (is_properly_derived_from (deref_from_type2, in compare_ics()
5945 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
5972 if (same_type_p (deref_from_type1, deref_from_type2)) in compare_ics()
5983 if (is_properly_derived_from (deref_from_type2, in compare_ics()
5987 deref_from_type2)) in compare_ics()
HDChangeLog-19981648 * call.c (compare_ics): Initialize variables `deref_from_type2',