Searched defs:rangefe (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | cond.h | 52 ForeachRangeStatement *rangefe; variable
|
H A D | cond.c | 58 StaticForeach::StaticForeach(Loc loc, ForeachStatement *aggrfe, ForeachRangeStatement *rangefe) in StaticForeach()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | cond.h | 51 ForeachRangeStatement *rangefe; variable
|
H A D | cond.d | 113 ForeachRangeStatement rangefe; variable 121 extern (D) this(const ref Loc loc, ForeachStatement aggrfe, ForeachRangeStatement rangefe) in this()
|
H A D | parse.d | 5424 auto rangefe = new AST.ForeachRangeStatement(loc, op, p, aggr, upr, _body, endloc); in parseForeach() local
|