Searched refs:XCast (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 53 XConcat, XADD, XAND, XOR, XSRA, XSRL, XSHL, XListConcat, XStrConcat, XCast, enumerator
|
| H A D | TGParser.cpp | 891 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 D | TGLexer.cpp | 560 .Case("cast", tgtok::XCast) in LexExclaim()
|