Searched refs:rest_expression (Results 1 – 3 of 3) sorted by relevance
945 if (rest_expression) in print()946 rest_expression->print(); in print()975 ast_expression *rest_expression, in ast_iteration_statement() argument981 this->rest_expression = rest_expression; in ast_iteration_statement()
744 ast_expression *rest_expression, ast_node *body);759 ast_expression *rest_expression; variable
3445 state->loop_nesting_ast->rest_expression) { in hir()3446 state->loop_nesting_ast->rest_expression->hir(instructions, in hir()3846 if (rest_expression != NULL) in hir()3847 rest_expression->hir(& stmt->body_instructions, state); in hir()