Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp320 static bool AreCompatibleTypes(const DynamicType &x, const DynamicType &y, in AreCompatibleTypes() function
341 return AreCompatibleTypes(*this, that, false); in IsTkCompatibleWith()
346 bool x{AreCompatibleTypes(*this, that, true)}; in SameTypeAs()
347 bool y{AreCompatibleTypes(that, *this, true)}; in SameTypeAs()