Searched refs:LISTCONCAT (Results 1 – 3 of 3) sorted by relevance
902 Code = BinOpInit::LISTCONCAT; in ParseOperation()950 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) { in ParseOperation()
775 case LISTCONCAT: { in Fold()861 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
727 enum BinaryOp { ADD, AND, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enumerator