Searched defs:fes (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | opover.c | 1601 bool inferAggregate(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferAggregate() 1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes()
|
H A D | scope.h | 85 ForeachStatement *fes; // if nested function for ForeachStatement, this is it member
|
H A D | declaration.h | 557 ForeachStatement *fes; // if foreach body, this is the foreach variable
|
H A D | func.c | 4700 TOK tok, ForeachStatement *fes, Identifier *id) in FuncLiteralDeclaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | scope.h | 85 ForeachStatement *fes; // if nested function for ForeachStatement, this is it member
|
H A D | dscope.d | 94 ForeachStatement fes; /// if nested function for ForeachStatement, this is it member
|
H A D | opover.d | 1557 bool inferApplyArgTypes(ForeachStatement fes, Scope* sc, ref Dsymbol sapply) in inferApplyArgTypes()
|
H A D | declaration.h | 572 ForeachStatement *fes; // if foreach body, this is the foreach variable
|
H A D | func.d | 298 ForeachStatement fes; /// if foreach body, this is the foreach variable
|