Home | History | Annotate | Download | only in docs

Lines Matching full:foreach

40       <li><a href="#foreach">'foreach' blocks</a></li>
405 <dt><tt>foreach &lt;var&gt; = &lt;list&gt; in { &lt;body&gt; }</tt></dt>
406 <dt><tt>foreach &lt;var&gt; = &lt;list&gt; in &lt;def&gt;</tt></dt>
409 level of the <tt>foreach</tt> loop and must not conflict with any other object
432 <dt><tt>!foreach(a, b, c)</tt></dt>
435 class. This operation is analogous to $(foreach) in GNU make.</dd>
894 <a name="foreach">Looping</a>
898 <p>TableGen supports the '<tt>foreach</tt>' block, which textually replicates
904 <b>foreach</b> i = [0, 1, 2, 3] in {
912 <tt>R3</tt>. <tt>foreach</tt> blocks may be nested. If there is only
917 <b>foreach</b> i = [0, 1, 2, 3] in