Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d563 foreach (i, fparam1; t1.parameterList)
567 if (!fparam1.type.equals(fparam2.type))
569 Type tp1 = fparam1.type;
602 notcovariant |= !fparam1.isCovariant(t1.isref, fparam2);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c5264 Parameter *fparam1 = Parameter::getNth(t1->parameters, i); in covariant() local
5267 if (!fparam1->type->equals(fparam2->type)) in covariant()
5271 Type *tp1 = fparam1->type; in covariant()
5304 notcovariant |= !fparam1->isCovariant(t1->isref, fparam2); in covariant()