Searched refs:ast_case_label (Results 1 – 5 of 5) sorted by relevance
1025 class ast_case_label : public ast_node {1027 ast_case_label(ast_expression *test_value);
52 class ast_case_label *previous_default;
1548 void ast_case_label::print(void) const in print()1560 ast_case_label::ast_case_label(ast_expression *test_value) in ast_case_label() function in ast_case_label
120 ast_case_label *case_label;2526 $$ = new(state->linalloc) ast_case_label($2);2531 $$ = new(state->linalloc) ast_case_label(NULL);
6633 foreach_list_typed (ast_case_label, label, link, & this->labels) in hir()6641 ast_case_label::hir(exec_list *instructions, in hir()