Searched refs:rest_expression (Results 1 – 3 of 3) sorted by relevance
1676 if (rest_expression) in print()1677 rest_expression->print(); in print()1706 ast_expression *rest_expression, in ast_iteration_statement() argument1712 this->rest_expression = rest_expression; in ast_iteration_statement()
1178 ast_expression *rest_expression, ast_node *body);1193 ast_expression *rest_expression; variable
6496 if (state->loop_nesting_ast->rest_expression) { in hir()6497 state->loop_nesting_ast->rest_expression->hir(instructions, in hir()6739 if (state->loop_nesting_ast->rest_expression) { in hir()6740 state->loop_nesting_ast->rest_expression->hir(&irif->then_instructions, in hir()7098 if (rest_expression != NULL) in hir()7099 rest_expression->hir(& stmt->body_instructions, state); in hir()