Searched refs:ast_switch_statement (Results 1 – 5 of 5) sorted by relevance
1115 class ast_switch_statement : public ast_node {1117 ast_switch_statement(ast_expression *test_expression,
42 class ast_switch_statement *switch_nesting_ast;
1513 ast_switch_statement::print(void) const in print()1523 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() function in ast_switch_statement
6392 ast_switch_statement::hir(exec_list *instructions, in hir()6508 ast_switch_statement::test_to_hir(exec_list *instructions, in test_to_hir()
2505 $$ = new(state->linalloc) ast_switch_statement($3, $5);