Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dwbemprox_private.h78 EXPR_BVAL = 6 enumerator
H A Dquery.c178 (expr->right->type == EXPR_SVAL || expr->right->type == EXPR_BVAL)) return TRUE; in is_boolcmp()
180 (expr->left->type == EXPR_SVAL || expr->left->type == EXPR_BVAL)) return TRUE; in is_boolcmp()
469 case EXPR_BVAL: in eval_cond()
H A Dwql.y190 e->type = EXPR_BVAL; in expr_bval()