Searched refs:XStrConcat (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 | 1039 case tgtok::XStrConcat: { // Value ::= !binop '(' Value ',' Value ')' in ParseOperation() 1061 case tgtok::XStrConcat: Code = BinOpInit::STRCONCAT; break; in ParseOperation() 1098 case tgtok::XStrConcat: in ParseOperation() 1934 case tgtok::XStrConcat: // Value ::= !binop '(' Value ',' Value ')' in ParseSimpleValue()
|
| H A D | TGLexer.cpp | 566 .Case("strconcat", tgtok::XStrConcat) in LexExclaim()
|