Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.c5120 bool is_class2 = (ts2->type == BT_CLASS); in gfc_type_compatible() local
5138 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()
H A Dsymbol.cc5140 bool is_class2 = (ts2->type == BT_CLASS); in gfc_type_compatible() local
5158 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()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c5120 bool is_class2 = (ts2->type == BT_CLASS); in gfc_type_compatible() local
5138 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()