Home | History | Annotate | Download | only in src

Lines Matching refs:cur_expr

1544 	cond_expr_t *cur_expr;
1562 for (cur_expr = new_node->expr; cur_expr != NULL;
1563 cur_expr = cur_expr->next) {
1565 if (cur_expr->expr_type != COND_BOOL)
1567 assert(module->map[SYM_BOOLS][cur_expr->bool - 1] != 0);
1568 cur_expr->bool =
1569 module->map[SYM_BOOLS][cur_expr->bool - 1];