Searched refs:ast_switch_statement (Results 1 – 5 of 5) sorted by relevance
1159 class ast_switch_statement : public ast_node {1161 ast_switch_statement(ast_expression *test_expression,
47 class ast_switch_statement *switch_nesting_ast;
1591 ast_switch_statement::print(void) const in print()1601 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() function in ast_switch_statement
6733 ast_switch_statement::eval_test_expression(exec_list *instructions, in eval_test_expression()6741 ast_switch_statement::hir(exec_list *instructions, in hir()6856 ast_switch_statement::test_to_hir(exec_list *instructions, in test_to_hir()
2658 $$ = new(state->linalloc) ast_switch_statement($3, $5);