HomeSort by: relevance | last modified time | path
    Searched refs:foreach_ (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 217 foreach_, member in class:TOK
tokens.d 208 foreach_,
509 TOK.foreach_,
715 TOK.foreach_: "foreach",
importc.d 187 if (dsym.storage_class & (STC.extern_ | STC.field | STC.in_ | STC.foreach_ | STC.parameter | STC.result))
statementsem.d 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)
    [all...]
cond.d 409 if (rangefe.op == TOK.foreach_)
434 aggrfe = new ForeachStatement(loc, TOK.foreach_, pparams[2], aggr,
astenums.d 63 foreach_ = 0x4000, /// variable for foreach loop
declaration.d 397 if ((storage_class & (STC.foreach_ | STC.ref_)) == (STC.foreach_ | STC.ref_))
escape.d 1354 !(v.storage_class & STC.foreach_))
1880 if (v.storage_class & STC.ref_ && v.storage_class & (STC.foreach_ | STC.temp) && v._init)
dsymbolsem.d 377 if ((dsym.storage_class & (STC.foreach_ | STC.local)) == (STC.foreach_ | STC.local))
783 if ((dsym.storage_class & (STC.ref_ | STC.parameter | STC.foreach_ | STC.temp | STC.result)) == STC.ref_ && dsym.ident != Id.This)
895 (!(dsym.storage_class & (STC.field | STC.in_ | STC.foreach_ | STC.parameter | STC.result)) ||
opover.d 1659 Identifier id = (fes.op == TOK.foreach_) ? Id.Ffront : Id.Fback;
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_:

Completed in 41 milliseconds