Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-select-type.cpp215 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