Home
last modified time | relevance | path

Searched refs:OP_GE (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/msi/
H A Dquery.h42 #define OP_GE 7 macro
H A Dsql.y568 $$ = EXPR_complex( info, $1, OP_GE, $3 );
H A Dwhere.c480 case OP_GE: in INT_evaluate_binary()
/reactos/dll/win32/wbemprox/
H A Dwql.y445 $$ = expr_complex( ctx, $1, OP_GE, $3 );
481 $$ = expr_complex( ctx, $1, OP_GE, $3 );
H A Dwbemprox_private.h55 OP_GE = 7, enumerator
H A Dquery.c132 case OP_GE: in eval_strcmp()
370 case OP_GE: in eval_binary()
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.l156 \>= {return OP_GE; }
H A Dhlsl.y992 %token OP_GE
2289 | relational_expr OP_GE shift_expr