Lines Matching refs:foreach_
732 if (!inferForeachAggregate(sc, fs.op == TOK.foreach_, fs.aggr, sapply))
994 fs.key.storage_class |= STC.temp | STC.foreach_;
1026 fs.value.storage_class |= STC.foreach_;
1119 if (fs.op == TOK.foreach_)
1144 v.storage_class |= STC.foreach_ | (p.storageClass & STC.ref_);
1197 if (fs.op == TOK.foreach_)
1286 ve.storage_class |= STC.foreach_;
1343 var.storage_class |= STC.ctfe | STC.ref_ | STC.foreach_;
1767 auto ie = new ExpInitializer(loc, (fs.op == TOK.foreach_) ? fs.lwr : fs.upr);
1778 ie = new ExpInitializer(loc, (fs.op == TOK.foreach_) ? fs.upr : fs.lwr);
1784 if (fs.op == TOK.foreach_)
1826 if (fs.op == TOK.foreach_)
1842 v.storage_class |= STC.temp | STC.foreach_ | (fs.prm.storageClass & STC.ref_);
4304 size_t k = (fs.op == TOK.foreach_) ? j : n - 1 - j;
4358 var.storage_class |= STC.foreach_ | STC.manifest;
4444 v.storage_class |= STC.foreach_;