Searched refs:fparam0 (Results 1 – 4 of 4) sorted by relevance
124 Parameter *fparam0 = Parameter::getNth(fparams, 0); in hasIdentityOpAssign() local125 if (fparam0->type->toDsymbol(NULL) != ad) in hasIdentityOpAssign()
4277 Parameter *fparam0 = Parameter::getNth(tf->parameters, 0); in checkDmain() local4278 Type *t = fparam0->type->toBasetype(); in checkDmain()4282 fparam0->storageClass & (STCout | STCref | STClazy)) in checkDmain()
132 auto fparam0 = fparams[0]; in hasIdentityOpAssign() local133 if (fparam0.type.toDsymbol(null) != ad) in hasIdentityOpAssign()
2731 auto fparam0 = tf.parameterList[0]; in checkMain() local2732 auto t = fparam0.type.toBasetype(); in checkMain()2736 fparam0.storageClass & invalidSTC) in checkMain()