Home
last modified time | relevance | path

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

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