Searched refs:EXPR_IS (Results 1 – 3 of 3) sorted by relevance
38 EXPR_IS, enumerator
344 …| EqualityExpression tIS ConcatExpression { $$ = new_binary_expression(ctx, EXPR_IS, $1, $3); CH…
515 case EXPR_IS: in compile_expression()