Searched refs:b_supertype (Results 1 – 1 of 1) sorted by relevance
51 const Type* b_supertype = b; in CommonSupertype() local53 for (; diff < 0; ++diff) b_supertype = b_supertype->parent(); in CommonSupertype()54 while (a_supertype && b_supertype) { in CommonSupertype()55 if (a_supertype == b_supertype) return a_supertype; in CommonSupertype()57 b_supertype = b_supertype->parent(); in CommonSupertype()