Home
last modified time | relevance | path

Searched refs:add_case_node (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstmt.c124 static struct case_node *add_case_node (struct case_node *, tree,
2090 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() function
2382 case_list = add_case_node (case_list, index_type, low, high, in expand_case()
H A DChangeLog-20048685 * stmt.c (add_case_node): Make sure that we have integer
9171 * stmt.c (add_case_node): Add additional type argument. Declare
9178 by change to add_case_node API. No need to convert case range
9179 bounds to index_type, this is now done by add_case_node.
20157 expand_end_case_type, expand_end_case, add_case_node,
22570 * tree.h (add_case_node): Adjust prototype.
22942 to expand_start_case and add_case_node.
22966 (expand_start_case, add_case_node): Update prototypes.
33812 (pushcase, pushcase_range) Update add_case_node calls.
33813 (add_case_node): Add dont_expand_label argument.
[all …]
H A DChangeLog.tree-ssa6408 * c-semantics.c (genrtl_case_label): Update add_case_node call.
6412 SWITCH_LABELS set. Update add_case_node calls.
6419 * stmt.c (pushcase, pushcase_range) Update add_case_node calls.
6420 (add_case_node): Add dont_expand_label argument.
6459 * tree.h (add_case_node): Update decl.
H A DChangeLog-200064 (add_case_node): No need to copy nodes anymore.
6360 (add_case_node): Use xmalloc, not oballoc.
9035 (genrtl_case_label): Just call add_case_node.
9043 (add_case_node): Give it external linkage.
9046 (pushcase): Rely on add_case_node to handle `default' labels.
9047 (add_case_node): Handle `default' labels.
9050 (add_case_node): Likewise.
H A DChangeLog-199815626 * stmt.c (add_case_node): Add parentheses around assignment used
16145 * stmt.c (add_case_node): Add parens for assignment used as truth.
H A DFSFChangeLog.10295 (add_case_node): New function.
H A DChangeLog-200616617 * stmt.c (add_case_node): Make sure to clear overflow flags
H A DChangeLog-200217858 * stmt.c (add_case_node): Use GGC to allocate struct case_node.