Searched refs:Foreach (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/TableGen/ |
| D | TGLexer.h | 51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
|
| D | TGLexer.cpp | 360 .Case("foreach", tgtok::Foreach) in LexIdentifier()
|
| D | TGParser.cpp | 518 K == tgtok::Foreach || K == tgtok::If || K == tgtok::Let || in isObjectStart() 3260 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok"); in ParseForeach() 3660 case tgtok::Foreach: in ParseMultiClass() 3829 case tgtok::Foreach: return ParseForeach(MC); in ParseObject()
|
| /openbsd/src/gnu/llvm/llvm/docs/TableGen/ |
| D | ProgRef.rst | 557 :| `Foreach` | `If` | `Let` | `MultiClass` 898 MultiClassStatement: `Assert` | `Def` | `Defm` | `Defvar` | `Foreach` | `If` | `Let` 905 :token:`Defm`. In addition, :token:`Defvar`, :token:`Foreach`, and 1214 Foreach: "foreach" `ForeachIterator` "in" "{" `Statement`* "}" 1226 values do not carry over from one iteration to the next. Foreach loops may
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlintro.pod | 421 keyword. See C<L<perlsyn/"Foreach Loops">>.
|
| D | perlsyn.pod | 519 =head2 Foreach Loops
|