Searched refs:add_case_node (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | stmt.c | 129 static struct case_node *add_case_node (struct case_node *, tree, 1935 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() function 2265 case_list = add_case_node (case_list, index_type, low, high, in expand_case()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-switch-conversion.c | 1752 add_case_node (case_node *head, tree low, tree high, basic_block case_bb, in add_case_node() function 2137 case_list = add_case_node ( in try_switch_expansion()
|