Searched refs:ast_case_label (Results 1 – 5 of 5) sorted by relevance
54 class ast_case_label *previous_default;
867 void ast_case_label::print(void) const in print()879 ast_case_label::ast_case_label(ast_expression *test_value) in ast_case_label() function in ast_case_label
635 class ast_case_label : public ast_node {637 ast_case_label(ast_expression *test_value);
78 ast_case_label *case_label;1762 $$ = new(state) ast_case_label($2);1767 $$ = new(state) ast_case_label(NULL);
3686 foreach_list_typed (ast_case_label, label, link, & this->labels) in hir()3694 ast_case_label::hir(exec_list *instructions, in hir()