Searched refs:build_case_label (Results 1 – 17 of 17) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-if-to-switch.cc | 265 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()
|
| D | tree-eh.cc | 1420 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()
|
| D | except.cc | 1368 case_elt = build_case_label (t, NULL, t_label); in sjlj_emit_dispatch_table()
|
| D | gimple.cc | 3317 default_case = build_case_label (NULL_TREE, NULL_TREE, in preprocess_case_label_vec_for_gimple()
|
| D | tree-ssa-forwprop.cc | 1066 elt = build_case_label (build_int_cst (index_type, 0), NULL, label); in simplify_gimple_switch_label_vec()
|
| D | omp-expand.cc | 8421 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()
|
| D | tree.h | 4467 extern tree build_case_label (tree, tree, tree);
|
| D | tree.cc | 2714 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() function
|
| D | gimplify.cc | 2744 = build_case_label (NULL_TREE, NULL_TREE, in gimplify_switch_expr()
|
| D | ChangeLog-2000 | 9021 (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.
|
| D | ChangeLog-2011 | 26508 * except.c (sjlj_emit_dispatch_table): Call build_case_label. 26513 * tree.h (build_case_label): Declare. 26514 * tree.c (build_case_label): Define.
|
| D | ChangeLog-2009 | 19621 (build_case_label): Same. 19673 c_sizeof, c_alignof, build_va_arg, build_stmt, build_case_label,
|
| D | ChangeLog-2004 | 29492 * c-semantics.c (build_case_label): Use CASE_LABEL_EXPR.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | coroutines.cc | 1764 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()
|
| D | ChangeLog-2009 | 2183 (finish_case_label): Pass location to build_case_label.
|
| D | ChangeLog-2011 | 3593 build_case_label.
|
| D | decl.cc | 3974 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
|