Home | History | Annotate | Download | only in docs

Lines Matching full:foreach

330 ``foreach <var> = [ <list> ] in { <body> }``
332 ``foreach <var> = [ <list> ] in <def>``
334 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
338 ``foreach <var> = 0-15 in ...``
340 ``foreach <var> = {0-15,32-47} in ...``
366 ``!foreach(a, b, c)``
369 class. This operation is analogous to $(foreach) in GNU make.
757 TableGen supports the '``foreach``' block, which textually replicates the loop
763 foreach i = [0, 1, 2, 3] in {
768 This will create objects ``R0``, ``R1``, ``R2`` and ``R3``. ``foreach`` blocks
774 foreach i = [0, 1, 2, 3] in