Searched refs:ast_case_label (Results 1 – 5 of 5) sorted by relevance
992 class ast_case_label : public ast_node {994 ast_case_label(ast_expression *test_value);
53 class ast_case_label *previous_default;
1515 void ast_case_label::print(void) const in print()1527 ast_case_label::ast_case_label(ast_expression *test_value) in ast_case_label() function in ast_case_label
119 ast_case_label *case_label;2594 $$ = new(state->linalloc) ast_case_label($2);2599 $$ = new(state->linalloc) ast_case_label(NULL);
6296 foreach_list_typed (ast_case_label, label, link, & this->labels) in hir()6304 ast_case_label::hir(exec_list *instructions, in hir()