Searched refs:CS_OP_OR (Results 1 – 2 of 2) sorted by relevance
69 CS_OP_OR = (1<<11), enumerator
911 { TRUE, "||", CS_OP_OR },1090 CS_OP_OR,1115 case CS_OP_OR: return "||"; in expand_token_type()2104 case CS_OP_OR: in eval_expr_bool()2310 else if (expr->op_type & (CS_OP_AND | CS_OP_OR)) in eval_expr()2317 …(expr->op_type & (CS_OP_AND | CS_OP_OR | CS_OP_SUB | CS_OP_MULT | CS_OP_DIV | CS_OP_MOD | CS_OP_GT… in eval_expr()