Home
last modified time | relevance | path

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

1234567891011

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstmt.c721 add_case_node (struct case_node *head, tree low, tree high, in add_case_node() function
1210 case_list = add_case_node ( in expand_case()
1319 case_list = add_case_node (case_list, low, low, lab, 0, case_node_pool); in expand_sjlj_dispatch_table()
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 …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstmt.c751 add_case_node (struct case_node *head, tree low, tree high, in add_case_node() function
1257 case_list = add_case_node ( in expand_case()
1370 case_list = add_case_node (case_list, low, low, lab, 0, case_node_pool); in expand_sjlj_dispatch_table()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstmt.c721 add_case_node (struct case_node *head, tree low, tree high, in add_case_node() function
1210 case_list = add_case_node ( in expand_case()
1319 case_list = add_case_node (case_list, low, low, lab, 0, case_node_pool); in expand_sjlj_dispatch_table()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dstmt.c1674 add_case_node (struct case_node *head, tree low, tree high, in add_case_node() function
2179 case_list = add_case_node ( in expand_case()
2292 case_list = add_case_node (case_list, low, low, lab, 0, case_node_pool); in expand_sjlj_dispatch_table()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-semantics.c706 add_case_node (CASE_LOW (case_label), CASE_HIGH (case_label), in genrtl_case_label()
H A Dstmt.c4564 return add_case_node (value, value, label, duplicate); in pushcase()
4630 return add_case_node (value1, value2, label, duplicate); in pushcase_range()
4638 add_case_node (tree low, tree high, tree label, tree *duplicate) in add_case_node() function
H A Dtree.h2768 extern int add_case_node (tree, tree, tree, tree *);
H A DChangeLog.458 (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.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dc-semantics.c706 add_case_node (CASE_LOW (case_label), CASE_HIGH (case_label), in genrtl_case_label()
H A Dstmt.c4564 return add_case_node (value, value, label, duplicate); in pushcase()
4630 return add_case_node (value1, value2, label, duplicate); in pushcase_range()
4638 add_case_node (tree low, tree high, tree label, tree *duplicate) in add_case_node() function
H A Dtree.h2768 extern int add_case_node (tree, tree, tree, tree *);
H A DChangeLog.458 (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.
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dstmt.c1711 add_case_node (struct case_node *head, tree low, tree high, in add_case_node() function
2216 case_list = add_case_node ( in expand_case()
2329 case_list = add_case_node (case_list, low, low, lab, 0, case_node_pool); in expand_sjlj_dispatch_table()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dstmt.c125 static struct case_node *add_case_node (struct case_node *, tree,
2076 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() function
2364 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.
20155 expand_end_case_type, expand_end_case, add_case_node,
22568 * tree.h (add_case_node): Adjust prototype.
22940 to expand_start_case and add_case_node.
22964 (expand_start_case, add_case_node): Update prototypes.
33810 (pushcase, pushcase_range) Update add_case_node calls.
33811 (add_case_node): Add dont_expand_label argument.
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-switch-conversion.c1752 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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c1752 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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c1752 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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c1752 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()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-switch-conversion.c1752 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()
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 …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-switch-conversion.c1752 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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
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 …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
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 …]

1234567891011