Home
last modified time | relevance | path

Searched refs:case_list (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/rpcgen/
HDrpc_parse.h129 struct case_list { struct
133 struct case_list *next; argument
135 typedef struct case_list case_list; typedef
139 case_list *cases;
HDrpc_parse.c291 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()
HDrpc_hout.c209 case_list *l; in puniondef()
HDrpc_cout.c319 case_list *cl; in emit_union()
/freebsd-11-stable/contrib/gcc/
HDstmt.c2341 struct case_node *case_list = 0; in expand_case() local
2382 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()