Searched refs:case_list (Results 1 – 5 of 5) sorted by relevance
129 struct case_list { struct133 struct case_list *next; argument135 typedef struct case_list case_list; typedef139 case_list *cases;
291 case_list *cases; in def_union()292 case_list **tailp; in def_union()307 cases = XALLOC(case_list); in def_union()318 cases = XALLOC(case_list); in def_union()
209 case_list *l; in puniondef()
319 case_list *cl; in emit_union()
2341 struct case_node *case_list = 0; in expand_case() local2382 case_list = add_case_node (case_list, index_type, low, high, in expand_case()2395 for (n = case_list; n; n = n->right) in expand_case()2462 case_list, default_label); in expand_case()2525 && estimate_case_costs (case_list)); in expand_case()2526 balance_case_nodes (&case_list, NULL); in expand_case()2527 emit_case_nodes (index, case_list, default_label, index_type); in expand_case()2559 for (n = case_list; n; n = n->right) in expand_case()