Searched refs:XCast (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 | TGLexer.cpp | 579 .Case("cast", tgtok::XCast) in LexExclaim()
|
H A D | TGParser.cpp | 952 case tgtok::XCast: in ParseOperation() 959 case tgtok::XCast: in ParseOperation() 2409 if (Lex.getCode() != tgtok::Id && Lex.getCode() != tgtok::XCast && in ParseSimpleValue() 2447 case tgtok::XCast: in ParseSimpleValue()
|