Home | History | Annotate | Download | only in src

Lines Matching refs:cur_expr

2820 	cond_expr_t *cur_expr;
2857 for (cur_expr = cur_node->expr; cur_expr != NULL;
2858 cur_expr = cur_expr->next) {
2859 if (cur_expr->expr_type != COND_BOOL)
2861 booldatum = pol->bool_val_to_struct[cur_expr->bool - 1];