Home
last modified time | relevance | path

Searched refs:Foreach (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/TableGen/
DTGLexer.h51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
DTGLexer.cpp360 .Case("foreach", tgtok::Foreach) in LexIdentifier()
DTGParser.cpp518 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/
DProgRef.rst557 :| `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/
Dperlintro.pod421 keyword. See C<L<perlsyn/"Foreach Loops">>.
Dperlsyn.pod519 =head2 Foreach Loops