Home | History | Annotate | Download | only in src

Lines Matching full:cur_expr

2838 	cond_expr_t *cur_expr;
2875 for (cur_expr = cur_node->expr; cur_expr != NULL;
2876 cur_expr = cur_expr->next) {
2877 if (cur_expr->expr_type != COND_BOOL)
2879 booldatum = pol->bool_val_to_struct[cur_expr->bool - 1];