Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h51 FalseKW, Field, Foreach, If, In, Include, Int, Let, List, MultiClass, enumerator
H A DTGLexer.cpp358 .Case("foreach", tgtok::Foreach) in LexIdentifier()
H A DTGParser.cpp518 K == tgtok::Foreach || K == tgtok::If || K == tgtok::Let || in isObjectStart()
3135 assert(Lex.getCode() == tgtok::Foreach && "Unknown tok"); in ParseForeach()
3527 case tgtok::Foreach: in ParseMultiClass()
3693 case tgtok::Foreach: return ParseForeach(MC); in ParseObject()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dforeachvar.d293 case STMT.Foreach: in foreachExpAndVar()
H A Dastenums.d351 Foreach,
H A Dparse.d5285 private Foreach parseForeach(alias Foreach)(Loc loc, AST.Dsymbol* pLastDecl) in parseForeach() argument
5287 …static if (is(Foreach == AST.StaticForeachStatement) || is(Foreach == AST.StaticForeachDeclaration… in parseForeach()
5416 static if (is(Foreach == AST.Statement) || is(Foreach == AST.StaticForeachStatement)) in parseForeach()
5425 static if (is(Foreach == AST.Statement)) in parseForeach()
5429 else static if(is(Foreach == AST.StaticForeachDeclaration)) in parseForeach()
5433 else static if (is(Foreach == AST.StaticForeachStatement)) in parseForeach()
5442 static if (is(Foreach == AST.Statement) || is(Foreach == AST.StaticForeachStatement)) in parseForeach()
5451 static if (is(Foreach == AST.Statement)) in parseForeach()
5455 else static if(is(Foreach == AST.StaticForeachDeclaration)) in parseForeach()
5459 else static if (is(Foreach == AST.StaticForeachStatement)) in parseForeach()
H A Dstatement.d391 …inout(ForeachStatement) isForeachStatement() { return stmt == STMT.Foreach ? cast(type… in isForeachStatement()
944 super(loc, STMT.Foreach); in this()
H A Dob.d837 case STMT.Foreach: in toObNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst551 :| `Foreach` | `If` | `Let` | `MultiClass`
893 MultiClassStatement: `Assert` | `Def` | `Defm` | `Defvar` | `Foreach` | `If` | `Let`
900 :token:`Defm`. In addition, :token:`Defvar`, :token:`Foreach`, and
1209 Foreach: "foreach" `ForeachIterator` "in" "{" `Statement`* "}"
1221 values do not carry over from one iteration to the next. Foreach loops may
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-20111202 AA Foreach
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake.texi264 * Foreach Function:: Repeat some text with controlled variation.
6200 * Foreach Function:: Repeat some text with controlled variation.
6796 @node Conditional Functions, Foreach Function, File Name Functions, Functions
6849 @node Foreach Function, Call Function, Conditional Functions, Functions
6937 @node Call Function, Value Function, Foreach Function, Functions
10504 @xref{Foreach Function, ,The @code{foreach} Function}.