Home
last modified time | relevance | path

Searched refs:XCast (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.h53 XConcat, XADD, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
H A DTGParser.cpp891 case tgtok::XCast: { // Value ::= !unop '(' Value ')' in ParseOperation()
897 case tgtok::XCast: in ParseOperation()
1879 if (Lex.getCode() != tgtok::Id && Lex.getCode() != tgtok::XCast) { in ParseSimpleValue()
1917 case tgtok::XCast: // Value ::= !unop '(' Value ')' in ParseSimpleValue()
H A DTGLexer.cpp560 .Case("cast", tgtok::XCast) in LexExclaim()