Searched refs:ast_iteration_statement (Results 1 – 6 of 6) sorted by relevance
152 ast_iteration_statement.
1194 class ast_iteration_statement : public ast_node {1196 ast_iteration_statement(int mode, ast_node *init, ast_node *condition,
641 class ast_iteration_statement *loop_nesting_ast;
2754 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_while,2761 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_do_while,2768 $$ = new(ctx) ast_iteration_statement(ast_iteration_statement::ast_for,
1809 ast_iteration_statement::print(void) const in print()1849 ast_iteration_statement::ast_iteration_statement(int mode, in ast_iteration_statement() function in ast_iteration_statement
6688 ast_iteration_statement::ast_do_while) { in hir()6937 ast_iteration_statement::ast_do_while) { in hir()7227 ast_iteration_statement::condition_to_hir(exec_list *instructions, in condition_to_hir()7262 ast_iteration_statement::hir(exec_list *instructions, in hir()7279 ast_iteration_statement *nesting_ast = state->loop_nesting_ast; in hir()