Home
last modified time | relevance | path

Searched defs:aggrfe (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h51 ForeachStatement *aggrfe; variable
H A Dcond.c58 StaticForeach::StaticForeach(Loc loc, ForeachStatement *aggrfe, ForeachRangeStatement *rangefe) in StaticForeach()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h50 ForeachStatement *aggrfe; variable
H A Dcond.d107 ForeachStatement aggrfe; variable
121 extern (D) this(const ref Loc loc, ForeachStatement aggrfe, ForeachRangeStatement rangefe) in this()
H A Dcond.c58 StaticForeach::StaticForeach(Loc loc, ForeachStatement *aggrfe, ForeachRangeStatement *rangefe) in StaticForeach()
H A Dparse.d5450 auto aggrfe = new AST.ForeachStatement(loc, op, parameters, aggr, _body, endloc); in parseForeach() local