Searched refs:AreCompatibleTypes (Results 1 – 1 of 1) sorted by relevance
320 static bool AreCompatibleTypes(const DynamicType &x, const DynamicType &y, in AreCompatibleTypes() function341 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()