Home
last modified time | relevance | path

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

/reactos/dll/win32/vbscript/
H A Dparse.h38 EXPR_IS, enumerator
H A Dparser.y344 …| EqualityExpression tIS ConcatExpression { $$ = new_binary_expression(ctx, EXPR_IS, $1, $3); CH…
H A Dcompile.c515 case EXPR_IS: in compile_expression()