Home
last modified time | relevance | path

Searched refs:build_case_label (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dgimple-parser.c1480 case_label = build_case_label (exp1.value, NULL_TREE, in c_parser_gimple_switch_stmt()
1508 default_label = build_case_label (NULL_TREE, NULL_TREE, in c_parser_gimple_switch_stmt()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-eh.c1360 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1401 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1456 case_lab = build_case_label (tmp, NULL, in lower_try_finally_switch()
3333 tree t = build_case_label (TREE_VALUE (flt_node), in lower_eh_dispatch()
3382 default_label = build_case_label (NULL, NULL, default_label); in lower_eh_dispatch()
H A Domp-low.c4854 t = build_case_label (build_int_cst (unsigned_type_node, 0), NULL, l2); in expand_omp_sections()
4878 u = build_case_label (u, NULL, t); in expand_omp_sections()
4899 u = build_case_label (NULL, NULL, t); in expand_omp_sections()
H A Dexcept.c1309 case_elt = build_case_label (t, NULL, t_label); in sjlj_emit_dispatch_table()
H A Dgimplify.c1672 default_case = build_case_label (NULL_TREE, NULL_TREE, in gimplify_switch_expr()
1683 = build_case_label (NULL_TREE, NULL_TREE, in gimplify_switch_expr()
H A Dtree.h4180 extern tree build_case_label (tree, tree, tree);
H A Dtree.c1676 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-eh.c1424 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1467 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1518 case_lab = build_case_label (tmp, NULL, in lower_try_finally_switch()
3721 tree t = build_case_label (TREE_VALUE (flt_node), in lower_eh_dispatch()
3770 default_label = build_case_label (NULL, NULL, default_label); in lower_eh_dispatch()
H A Dtree-ssa-forwprop.c1058 elt = build_case_label (build_int_cst (index_type, 0), NULL, label); in simplify_gimple_switch_label_vec()
H A Dgimple.c3072 default_case = build_case_label (NULL_TREE, NULL_TREE, in preprocess_case_label_vec_for_gimple()
H A Dexcept.c1358 case_elt = build_case_label (t, NULL, t_label); in sjlj_emit_dispatch_table()
H A Domp-expand.c5865 t = build_case_label (build_int_cst (unsigned_type_node, 0), NULL, l2); in expand_omp_sections()
5889 u = build_case_label (u, NULL, t); in expand_omp_sections()
5910 u = build_case_label (NULL, NULL, t); in expand_omp_sections()
H A Dtree.h4075 extern tree build_case_label (tree, tree, tree);
H A Dgimplify.c2393 = build_case_label (NULL_TREE, NULL_TREE, in gimplify_switch_expr()
H A Dtree.c2376 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c4879 case_label = add_stmt (build_case_label (low_value, high_value, label)); in c_add_case_label()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c5454 case_label = add_stmt (build_case_label (low_value, high_value, label)); in c_add_case_label()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c3050 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c3655 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()