Searched refs:add_case_node (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-semantics.c | 687 add_case_node (CASE_LOW (case_label), CASE_HIGH (case_label),
|
| H A D | stmt.c | 4610 return add_case_node (value, value, label, duplicate); 4679 return add_case_node (value1, value2, label, duplicate); 4687 add_case_node (low, high, label, duplicate) in add_case_node() function
|
| H A D | tree.h | 2881 extern int add_case_node PARAMS ((tree, tree,
|
| H A D | ChangeLog.4 | 58 (add_case_node): No need to copy nodes anymore. 6354 (add_case_node): Use xmalloc, not oballoc. 9029 (genrtl_case_label): Just call add_case_node. 9037 (add_case_node): Give it external linkage. 9040 (pushcase): Rely on add_case_node to handle `default' labels. 9041 (add_case_node): Handle `default' labels. 9044 (add_case_node): Likewise.
|
| H A D | ChangeLog.0 | 7047 * stmt.c (add_case_node): Add parentheses around assignment used 7566 * stmt.c (add_case_node): Add parens for assignment used as truth.
|
| H A D | FSFChangeLog.10 | 295 (add_case_node): New function.
|
| H A D | ChangeLog.7 | 3411 * stmt.c (add_case_node): Use GGC to allocate struct case_node.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stmt.c | 124 static struct case_node *add_case_node (struct case_node *, tree, 2079 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() function 2371 case_list = add_case_node (case_list, index_type, low, high, in expand_case()
|