Searched refs:XForEach (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGLexer.h | 57 XCast, XSubst, XForEach, XFilter, XFoldl, XHead, XTail, XSize, XEmpty, XIf, enumerator
|
H A D | TGParser.cpp | 1464 case tgtok::XForEach: in ParseOperation() 2004 ExprEltType = (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 2029 if (Operation == tgtok::XForEach) in ParseOperationForEachFilter() 2058 if (Operation == tgtok::XForEach && !IsDAG) { in ParseOperationForEachFilter() 2069 return (TernOpInit::get((Operation == tgtok::XForEach) ? TernOpInit::FOREACH in ParseOperationForEachFilter() 2480 case tgtok::XForEach: in ParseSimpleValue()
|
H A D | TGLexer.cpp | 583 .Case("foreach", tgtok::XForEach) in LexExclaim()
|