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

/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_parse.h129 struct case_list { struct
133 struct case_list *next;
135 typedef struct case_list case_list; typedef in typeref:struct:case_list
139 case_list *cases;
H A Drpc_parse.c291 case_list *cases;
292 case_list **tailp;
307 cases = XALLOC(case_list);
318 cases = XALLOC(case_list);
H A Drpc_hout.c209 case_list *l;
H A Drpc_cout.c319 case_list *cl;
/freebsd-11-stable/contrib/gcc/
H A Dstmt.c2097 /* Do the insertion of a case label into case_list. The labels are
2356 struct case_node *case_list = 0;
2397 case_list = add_case_node (case_list, index_type, low, high,
2410 for (n = case_list; n; n = n->right)
2477 case_list, default_label);
2540 && estimate_case_costs (case_list));
2541 balance_case_nodes (&case_list, NULL);
2542 emit_case_nodes (index, case_list, default_label, index_type);
2574 for (n = case_list;
2341 struct case_node *case_list = 0; local
[all...]

Completed in 118 milliseconds