Searched refs:foreach_ (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | statementsem.d | 732 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 D | tokens.d | 208 foreach_, enumerator 509 TOK.foreach_, 715 TOK.foreach_: "foreach",
|
| H A D | tokens.h | 217 foreach_, enumerator
|
| H A D | cond.d | 409 if (rangefe.op == TOK.foreach_) in lowerNonArrayAggregate() 434 aggrfe = new ForeachStatement(loc, TOK.foreach_, pparams[2], aggr, in lowerNonArrayAggregate()
|
| H A D | importc.d | 187 …if (dsym.storage_class & (STC.extern_ | STC.field | STC.in_ | STC.foreach_ | STC.parameter | STC.r… in addDefaultCInitializer()
|
| H A D | astenums.d | 63 foreach_ = 0x4000, /// variable for foreach loop enumerator
|
| H A D | declaration.d | 397 if ((storage_class & (STC.foreach_ | STC.ref_)) == (STC.foreach_ | STC.ref_)) in checkModify()
|
| H A D | escape.d | 1354 !(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 D | dsymbolsem.d | 377 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 D | opover.d | 1659 Identifier id = (fes.op == TOK.foreach_) ? Id.Ffront : Id.Fback; in inferApplyArgTypes()
|
| H A D | parse.d | 578 else if (next == TOK.foreach_ || next == TOK.foreach_reverse_) 5714 if (tv == TOK.foreach_ || tv == TOK.foreach_reverse_) 5985 case TOK.foreach_:
|