Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h109 XConcat = BANG_OPERATOR_FIRST, enumerator
H A DTGLexer.cpp605 .Case("con", tgtok::XConcat) in LexExclaim()
H A DTGParser.cpp1492 case tgtok::XConcat: in ParseOperation()
1525 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation()
1570 case tgtok::XConcat: in ParseOperation()