Home
last modified time | relevance | path

Searched defs:fes (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c1601 bool inferAggregate(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferAggregate()
1705 bool inferApplyArgTypes(ForeachStatement *fes, Scope *sc, Dsymbol *&sapply) in inferApplyArgTypes()
H A Dscope.h85 ForeachStatement *fes; // if nested function for ForeachStatement, this is it member
H A Ddeclaration.h557 ForeachStatement *fes; // if foreach body, this is the foreach variable
H A Dfunc.c4700 TOK tok, ForeachStatement *fes, Identifier *id) in FuncLiteralDeclaration()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h85 ForeachStatement *fes; // if nested function for ForeachStatement, this is it member
H A Ddscope.d94 ForeachStatement fes; /// if nested function for ForeachStatement, this is it member
H A Dopover.d1557 bool inferApplyArgTypes(ForeachStatement fes, Scope* sc, ref Dsymbol sapply) in inferApplyArgTypes()
H A Ddeclaration.h572 ForeachStatement *fes; // if foreach body, this is the foreach variable
H A Dfunc.d298 ForeachStatement fes; /// if foreach body, this is the foreach variable