Searched refs:TS_CONCAT_R (Results 1 – 1 of 1) sorted by relevance
308 #define TS_CONCAT_R (TS_OPERAND | TS_UOPPRE) macro1270 (last_token_class & TS_CONCAT_L), (tc & TS_CONCAT_R), (expected & TS_BINOP), in next_token()1272 if ((last_token_class & TS_CONCAT_L) && (tc & TS_CONCAT_R) && (expected & TS_BINOP) in next_token()