Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d565 Parameter fparam2 = t2.parameterList[i]; variable
567 if (!fparam1.type.equals(fparam2.type))
570 Type tp2 = fparam2.type;
602 notcovariant |= !fparam1.isCovariant(t1.isref, fparam2);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c5265 Parameter *fparam2 = Parameter::getNth(t2->parameters, i); in covariant() local
5267 if (!fparam1->type->equals(fparam2->type)) in covariant()
5272 Type *tp2 = fparam2->type; in covariant()
5304 notcovariant |= !fparam1->isCovariant(t1->isref, fparam2); in covariant()