Searched refs:fparam0 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c124 Parameter *fparam0 = Parameter::getNth(fparams, 0); local
125 if (fparam0->type->toDsymbol(NULL) != ad)
H A Dfunc.c4277 Parameter *fparam0 = Parameter::getNth(tf->parameters, 0); local
4278 Type *t = fparam0->type->toBasetype();
4282 fparam0->storageClass & (STCout | STCref | STClazy))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d132 auto fparam0 = fparams[0];
133 if (fparam0.type.toDsymbol(null) != ad)
H A Dfunc.d2731 auto fparam0 = tf.parameterList[0];
2732 auto t = fparam0.type.toBasetype();
2736 fparam0.storageClass & invalidSTC)

Completed in 228 milliseconds