Searched refs:rest_expression (Results 1 – 3 of 3) sorted by relevance
641 if (rest_expression) in print()642 rest_expression->print(); in print()671 ast_expression *rest_expression, in ast_iteration_statement() argument677 this->rest_expression = rest_expression; in ast_iteration_statement()
648 ast_expression *rest_expression, ast_node *body);663 ast_expression *rest_expression; variable
2859 state->loop_or_switch_nesting_ast->rest_expression) { in hir()2860 state->loop_or_switch_nesting_ast->rest_expression->hir(instructions, in hir()2995 if (rest_expression != NULL) in hir()2996 rest_expression->hir(& stmt->body_instructions, state); in hir()