Home
last modified time | relevance | path

Searched defs:rangefe (Results 1 – 5 of 5) sorted by relevance

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