Searched refs:is_class2 (Results 1 – 3 of 3) sorted by relevance
5120 bool is_class2 = (ts2->type == BT_CLASS); in gfc_type_compatible() local5138 if (!is_derived1 && !is_derived2 && !is_class1 && !is_class2 in gfc_type_compatible()5145 if (is_derived1 && is_class2) in gfc_type_compatible()5155 else if (is_class1 && is_class2) in gfc_type_compatible()
5140 bool is_class2 = (ts2->type == BT_CLASS); in gfc_type_compatible() local5158 if (!is_derived1 && !is_derived2 && !is_class1 && !is_class2 in gfc_type_compatible()5165 if (is_derived1 && is_class2) in gfc_type_compatible()5175 else if (is_class1 && is_class2) in gfc_type_compatible()