Searched refs:ast_case_label (Results 1 – 5 of 5) sorted by relevance
1069 class ast_case_label : public ast_node {1071 ast_case_label(ast_expression *test_value);
57 class ast_case_label *previous_default;
1619 void ast_case_label::print(void) const in print()1631 ast_case_label::ast_case_label(ast_expression *test_value) in ast_case_label() function in ast_case_label
123 ast_case_label *case_label;2680 $$ = new(state->linalloc) ast_case_label($2);2685 $$ = new(state->linalloc) ast_case_label(NULL);
6958 foreach_list_typed (ast_case_label, label, link, & this->labels) in hir()6966 ast_case_label::hir(exec_list *instructions, in hir()