Searched refs:AreTypeKindCompatible (Results 1 – 1 of 1) sorted by relevance
215 return !AreTypeKindCompatible(x, y); in TypesAreDifferent()217 return !AreTypeKindCompatible(x, y); in TypesAreDifferent()222 static bool AreTypeKindCompatible(const TypeCase &x, const TypeCase &y) { in AreTypeKindCompatible() function in Fortran::semantics::TypeCaseValues