Searched refs:IsSubtype (Results 1 – 3 of 3) sorted by relevance
170 bool IsSubtype(const AbstractBasePtr x, const TypePtr model);
1539 bool is_subtype = IsSubtype((*x_tuple)[i], (*model_tuple)[i]); in IsSubtypeTuple()1561 return IsSubtype(x_tensor->element(), model_tensor->element()); in IsSubtypeArray()1584 is_subtype = IsSubtype((*x_list)[i], (*model_list)[i]); in IsSubtypeList()1612 if (!IsSubtype(x_attributes[i].second, m_attributes[i].second)) { in IsSubtypeClass()1633 bool IsSubtype(const AbstractBasePtr x, const TypePtr model) { in IsSubtype() function
197 bool v = IsSubtype(args_spec_list[0], mode_t); in InferImplHasType()