Home
last modified time | relevance | path

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

/reactos/sdk/tools/widl/
H A Dexpr.c350 case EXPR_INEQUALITY: in make_expr2()
623 case EXPR_INEQUALITY: in resolve_expression()
784 case EXPR_INEQUALITY: in write_expr()
806 case EXPR_INEQUALITY: fprintf(h, " != "); break; in write_expr()
910 case EXPR_INEQUALITY: in compare_expr()
H A Dwidltypes.h204 EXPR_INEQUALITY, enumerator
H A Dparser.y707 | expr INEQUALITY expr { $$ = make_expr2(EXPR_INEQUALITY, $1, $3); }