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.h111 XConcat = BANG_OPERATOR_FIRST, enumerator
H A DTGLexer.cpp573 .Case("con", tgtok::XConcat) in LexExclaim()
H A DTGParser.cpp1425 case tgtok::XConcat: in ParseOperation()
1457 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation()
1495 case tgtok::XConcat: in ParseOperation()