Home
last modified time | relevance | path

Searched refs:foreach_ (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d732 if (!inferForeachAggregate(sc, fs.op == TOK.foreach_, fs.aggr, sapply)) in package()
994 fs.key.storage_class |= STC.temp | STC.foreach_; in package()
1026 fs.value.storage_class |= STC.foreach_; in package()
1119 if (fs.op == TOK.foreach_) in package()
1144 v.storage_class |= STC.foreach_ | (p.storageClass & STC.ref_); in package()
1197 if (fs.op == TOK.foreach_) in package()
1286 ve.storage_class |= STC.foreach_; in package()
1343 var.storage_class |= STC.ctfe | STC.ref_ | STC.foreach_; in package()
1767 auto ie = new ExpInitializer(loc, (fs.op == TOK.foreach_) ? fs.lwr : fs.upr); in package()
1778 ie = new ExpInitializer(loc, (fs.op == TOK.foreach_) ? fs.upr : fs.lwr); in package()
[all …]
H A Dtokens.d208 foreach_, enumerator
509 TOK.foreach_,
715 TOK.foreach_: "foreach",
H A Dtokens.h217 foreach_, enumerator
H A Dcond.d409 if (rangefe.op == TOK.foreach_) in lowerNonArrayAggregate()
434 aggrfe = new ForeachStatement(loc, TOK.foreach_, pparams[2], aggr, in lowerNonArrayAggregate()
H A Dimportc.d187 …if (dsym.storage_class & (STC.extern_ | STC.field | STC.in_ | STC.foreach_ | STC.parameter | STC.r… in addDefaultCInitializer()
H A Dastenums.d63 foreach_ = 0x4000, /// variable for foreach loop enumerator
H A Ddeclaration.d397 if ((storage_class & (STC.foreach_ | STC.ref_)) == (STC.foreach_ | STC.ref_)) in checkModify()
H A Descape.d1354 !(v.storage_class & STC.foreach_)) in checkReturnEscapeImpl()
1880 … if (v.storage_class & STC.ref_ && v.storage_class & (STC.foreach_ | STC.temp) && v._init) in visit()
H A Ddsymbolsem.d377 if ((dsym.storage_class & (STC.foreach_ | STC.local)) == (STC.foreach_ | STC.local)) in visit()
783 …if ((dsym.storage_class & (STC.ref_ | STC.parameter | STC.foreach_ | STC.temp | STC.result)) == ST… in visit()
895 … (!(dsym.storage_class & (STC.field | STC.in_ | STC.foreach_ | STC.parameter | STC.result)) || in visit()
H A Dopover.d1659 Identifier id = (fes.op == TOK.foreach_) ? Id.Ffront : Id.Fback; in inferApplyArgTypes()
H A Dparse.d578 else if (next == TOK.foreach_ || next == TOK.foreach_reverse_)
5714 if (tv == TOK.foreach_ || tv == TOK.foreach_reverse_)
5985 case TOK.foreach_: