Home | History | Annotate | Download | only in src

Lines Matching refs:cur_expr

1551 	cond_expr_t *cur_expr;
1569 for (cur_expr = new_node->expr; cur_expr != NULL;
1570 cur_expr = cur_expr->next) {
1572 if (cur_expr->expr_type != COND_BOOL)
1574 assert(module->map[SYM_BOOLS][cur_expr->bool - 1] != 0);
1575 cur_expr->bool =
1576 module->map[SYM_BOOLS][cur_expr->bool - 1];