Searched refs:ast_switch_statement (Results 1 – 5 of 5) sorted by relevance
832 ast_switch_statement::print(void) const in print()842 ast_switch_statement::ast_switch_statement(ast_expression *test_expression, in ast_switch_statement() function in ast_switch_statement
50 class ast_switch_statement *switch_nesting_ast;
725 class ast_switch_statement : public ast_node {727 ast_switch_statement(ast_expression *test_expression,
3528 ast_switch_statement::hir(exec_list *instructions, in hir()3606 ast_switch_statement::test_to_hir(exec_list *instructions, in test_to_hir()
1741 $$ = new(state) ast_switch_statement($3, $5);