Home
last modified time | relevance | path

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

/reactos/dll/win32/msi/
H A Dquery.h37 #define OP_AND 2 macro
H A Dwhere.c439 if (expr->op == OP_AND) in INT_evaluate_binary()
465 case OP_AND: in INT_evaluate_binary()
H A Dsql.y532 $$ = EXPR_complex( info, $1, OP_AND, $3 );
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.l147 && {return OP_AND; }
H A Dhlsl.y983 %token OP_AND
2347 | logicand_expr OP_AND bitor_expr
/reactos/dll/win32/wbemprox/
H A Dwbemprox_private.h50 OP_AND = 2, enumerator
H A Dwql.y403 $$ = expr_complex( ctx, $1, OP_AND, $3 );
H A Dquery.c355 case OP_AND: in eval_binary()