Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-if-to-switch.cc265 build_case_label (tree index_type, tree min, tree max, basic_block dest) in build_case_label() function
273 return build_case_label (min, min == max ? NULL_TREE : max, label); in build_case_label()
318 labels.safe_push (build_case_label (index_type, in convert_if_conditions_to_switch()
342 build_case_label (index_type, NULL_TREE, in convert_if_conditions_to_switch()
Dtree-eh.cc1420 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1463 last_case = build_case_label (tmp, NULL, in lower_try_finally_switch()
1514 case_lab = build_case_label (tmp, NULL, in lower_try_finally_switch()
3807 tree t = build_case_label (TREE_VALUE (flt_node), in lower_eh_dispatch()
3857 default_label = build_case_label (NULL, NULL, default_label); in lower_eh_dispatch()
Dexcept.cc1368 case_elt = build_case_label (t, NULL, t_label); in sjlj_emit_dispatch_table()
Dgimple.cc3317 default_case = build_case_label (NULL_TREE, NULL_TREE, in preprocess_case_label_vec_for_gimple()
Dtree-ssa-forwprop.cc1066 elt = build_case_label (build_int_cst (index_type, 0), NULL, label); in simplify_gimple_switch_label_vec()
Domp-expand.cc8421 t = build_case_label (build_int_cst (unsigned_type_node, 0), NULL, l2); in expand_omp_sections()
8445 u = build_case_label (u, NULL, t); in expand_omp_sections()
8466 u = build_case_label (NULL, NULL, t); in expand_omp_sections()
Dtree.h4467 extern tree build_case_label (tree, tree, tree);
Dtree.cc2714 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() function
Dgimplify.cc2744 = build_case_label (NULL_TREE, NULL_TREE, in gimplify_switch_expr()
DChangeLog-20009021 (build_case_label): Change prototype.
9034 (build_case_label): Take the LABEL_DECL as input, too.
14552 (build_case_label): Likewise.
15218 (build_case_label): Likewise.
DChangeLog-201126508 * except.c (sjlj_emit_dispatch_table): Call build_case_label.
26513 * tree.h (build_case_label): Declare.
26514 * tree.c (build_case_label): Define.
DChangeLog-200919621 (build_case_label): Same.
19673 c_sizeof, c_alignof, build_va_arg, build_stmt, build_case_label,
DChangeLog-200429492 * c-semantics.c (build_case_label): Use CASE_LABEL_EXPR.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcoroutines.cc1764 r = build_case_label (build_int_cst (integer_type_node, 0), NULL_TREE, in expand_one_await_expression()
1772 r = build_case_label (build_int_cst (integer_type_node, 1), NULL_TREE, in expand_one_await_expression()
1777 r = build_case_label (NULL_TREE, NULL_TREE, in expand_one_await_expression()
2215 tree ddeflab = build_case_label (NULL_TREE, NULL_TREE, in build_actor_fn()
2228 b = build_case_label (build_int_cst (short_unsigned_type_node, 1), NULL_TREE, in build_actor_fn()
2237 b = build_case_label (l_num, NULL_TREE, in build_actor_fn()
2257 b = build_case_label (build_int_cst (short_unsigned_type_node, 0), NULL_TREE, in build_actor_fn()
2263 tree rdeflab = build_case_label (NULL_TREE, NULL_TREE, in build_actor_fn()
2277 b = build_case_label (l_num, NULL_TREE, in build_actor_fn()
DChangeLog-20092183 (finish_case_label): Pass location to build_case_label.
DChangeLog-20113593 build_case_label.
Ddecl.cc3974 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()