Searched refs:ast_iteration_statement (Results 1 – 6 of 6) sorted by relevance
1178 class ast_iteration_statement : public ast_node {1180 ast_iteration_statement(int mode, ast_node *init, ast_node *condition,
2741 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_while,2748 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_do_while,2755 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_for,
639 class ast_iteration_statement *loop_nesting_ast;
1689 ast_iteration_statement::print(void) const in print()1729 ast_iteration_statement::ast_iteration_statement(int mode, in ast_iteration_statement() function in ast_iteration_statement
6589 ast_iteration_statement::ast_do_while) { in hir()6838 ast_iteration_statement::ast_do_while) { in hir()7127 ast_iteration_statement::condition_to_hir(exec_list *instructions, in condition_to_hir()7162 ast_iteration_statement::hir(exec_list *instructions, in hir()7179 ast_iteration_statement *nesting_ast = state->loop_nesting_ast; in hir()
152 ast_iteration_statement.