Searched refs:LISTCONCAT (Results 1 – 3 of 3) sorted by relevance
915 case LISTCONCAT: { in Fold()996 case LISTCONCAT: Result = "!listconcat"; break; in getAsString()
929 Code = BinOpInit::LISTCONCAT; in ParseOperation()977 if (Code == BinOpInit::STRCONCAT || Code == BinOpInit::LISTCONCAT) { in ParseOperation()
931 enum BinaryOp { ADD, SHL, SRA, SRL, LISTCONCAT, STRCONCAT, CONCAT, EQ }; enumerator