Searched refs:sfe (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c84 static void lowerArrayAggregate(StaticForeach *sfe, Scope *sc) argument
86 Expression *aggr = sfe->aggrfe->aggr;
109 IntegerExp *index = new IntegerExp(sfe->loc, i, Type::tsize_t);
114 sfe->aggrfe->aggr = new TupleExp(aggr->loc, es);
115 sfe->aggrfe->aggr = semantic(sfe->aggrfe->aggr, sc);
116 sfe->aggrfe->aggr = sfe->aggrfe->aggr->optimize(WANTvalue);
117 sfe->aggrfe->aggr = sfe
159 createForeach(StaticForeach *sfe, Loc loc, Parameters *parameters, Statement *s) argument
250 lowerNonArrayAggregate(StaticForeach *sfe, Scope *sc) argument
392 staticForeachPrepare(StaticForeach *sfe, Scope *sc) argument
426 staticForeachReady(StaticForeach *sfe) argument
[all...]
H A Dcond.h60 void staticForeachPrepare(StaticForeach *sfe, Scope *sc);
61 bool staticForeachReady(StaticForeach *sfe);
H A Dstatement.c427 assert(d->sfe && !!d->sfe->aggrfe ^ !!d->sfe->rangefe);
1024 StaticForeachStatement::StaticForeachStatement(Loc loc, StaticForeach *sfe) argument
1027 this->sfe = sfe;
1032 return new StaticForeachStatement(loc, sfe->syntaxCopy());
1037 staticForeachPrepare(sfe, sc);
1038 if (staticForeachReady(sfe))
1040 Statement *s = makeTupleForeachStatic(sc, sfe
[all...]
H A Dattrib.c1393 StaticForeachDeclaration::StaticForeachDeclaration(StaticForeach *sfe, Dsymbols *decl) argument
1396 this->sfe = sfe;
1407 sfe->syntaxCopy(),
1439 staticForeachPrepare(sfe, _scope); // lower static foreach aggregate
1441 if (!staticForeachReady(sfe))
1448 Dsymbols *d = makeTupleForeachStaticDecl(_scope, sfe->aggrfe, decl, sfe->needExpansion);
H A Dattrib.h210 StaticForeach *sfe; member in class:StaticForeachDeclaration
216 StaticForeachDeclaration(StaticForeach *sfe, Dsymbols *decl);
H A Dhdrgen.c321 if (s->sfe->aggrfe)
323 visit(s->sfe->aggrfe);
327 assert(s->sfe->rangefe);
328 visit(s->sfe->rangefe);
1401 if (s->sfe->aggrfe)
1403 foreachWithoutBody(s->sfe->aggrfe);
1407 assert(s->sfe->rangefe);
1408 foreachRangeWithoutBody(s->sfe->rangefe);
H A Dstatement.h383 StaticForeach *sfe; member in class:StaticForeachStatement
385 StaticForeachStatement(Loc loc, StaticForeach *sfe);
/netbsd-current/external/lgpl3/gmp/dist/mpn/power/
H A Dsub_n.asm56 sfe 3,0,0 C load !cy into ...
64 sfe 7,0,8 C subtract limbs, set cy
71 sfe 11,10,9 C subtract previous limbs with cy, set cy
75 sfe 7,0,8 C subtract previous limbs with cy, set cy
79 Lend: sfe 11,10,9 C subtract limbs with cy, set cy
82 sfe 3,0,0 C load !cy into ...
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d1136 StaticForeach sfe; /// contains `static foreach` expansion logic
1150 extern (D) this(StaticForeach sfe, Dsymbols* decl)
1152 super(sfe.loc, null, decl);
1153 this.sfe = sfe;
1160 sfe.syntaxCopy(),
1193 sfe.prepare(_scope); // lower static foreach aggregate
1195 if (!sfe.ready())
1202 Dsymbols* d = makeTupleForeach(_scope, true, true, sfe.aggrfe, decl, sfe
[all...]
H A Dcond.d365 auto sfe = new Statements();
366 if (tplty) sfe.push(new ExpStatement(loc, tplty.sym));
367 sfe.push(new ReturnStatement(aloc, res[0]));
368 s1.push(createForeach(aloc, pparams[0], new CompoundStatement(aloc, sfe)));
H A Dattrib.h195 StaticForeach *sfe; member in class:StaticForeachDeclaration
H A Dstatement.d1103 StaticForeach sfe;
1105 extern (D) this(const ref Loc loc, StaticForeach sfe)
1108 this.sfe = sfe;
1113 return new StaticForeachStatement(loc, sfe.syntaxCopy());
H A Dstatement.h399 StaticForeach *sfe; member in class:StaticForeachStatement
H A Dhdrgen.d387 if (s.sfe.aggrfe)
389 visit(s.sfe.aggrfe);
393 assert(s.sfe.rangefe);
394 visit(s.sfe.rangefe);
1129 if (s.sfe.aggrfe)
1131 foreachWithoutBody(s.sfe.aggrfe);
1135 assert(s.sfe.rangefe);
1136 foreachRangeWithoutBody(s.sfe.rangefe);
H A Dstatementsem.d4704 sfs.sfe.prepare(sc);
4705 if (sfs.sfe.ready())
4707 Statement s = makeTupleForeach(sc, true, false, sfs.sfe.aggrfe, null, sfs.sfe.needExpansion).statement;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-v32s-1.d146 152: 3039 sfe
H A Dv32-err-1.s115 sfe ; { dg-error "Unknown opcode" }

Completed in 358 milliseconds