Lines Matching full:foreach
148 ``foreach <var> = [ <list> ] in { <body> }``
150 ``foreach <var> = [ <list> ] in <def>``
152 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
156 ``foreach <var> = 0-15 in ...``
158 ``foreach <var> = {0-15,32-47} in ...``
192 ``!foreach(a, b, c)``
195 class. This operation is analogous to $(foreach) in GNU make.
586 TableGen supports the '``foreach``' block, which textually replicates the loop
592 foreach i = [0, 1, 2, 3] in {
597 This will create objects ``R0``, ``R1``, ``R2`` and ``R3``. ``foreach`` blocks
603 foreach i = [0, 1, 2, 3] in