Searched refs:a_supertype (Results 1 – 1 of 1) sorted by relevance
50 const Type* a_supertype = a; in CommonSupertype() local52 for (; diff > 0; --diff) a_supertype = a_supertype->parent(); in CommonSupertype()54 while (a_supertype && b_supertype) { in CommonSupertype()55 if (a_supertype == b_supertype) return a_supertype; in CommonSupertype()56 a_supertype = a_supertype->parent(); in CommonSupertype()