Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp1077 return BinOpInit::get(BinOpInit::STRCONCAT, I0, I1, in getStrConcat()
1345 case STRCONCAT: { in Fold()
1515 case STRCONCAT: Result = "!strconcat"; break; in getAsString()
H A DTGParser.cpp1479 case tgtok::XStrConcat: Code = BinOpInit::STRCONCAT; break; in ParseOperation()
1740 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT || in ParseOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h916 STRCONCAT, enumerator