Searched refs:CASE_LABEL (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-eh.c | 573 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in verify_norecord_switch_expr() 1197 x = build1 (LABEL_EXPR, void_type_node, CASE_LABEL (last_case)); in lower_try_finally_switch() 1220 x = build1 (LABEL_EXPR, void_type_node, CASE_LABEL (last_case)); in lower_try_finally_switch() 1277 cont_stmt = CASE_LABEL (last_case); in lower_try_finally_switch() 1280 CASE_LABEL (last_case) = label; in lower_try_finally_switch()
|
| HD | tree-cfg.c | 790 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in get_cases_for_edge() 813 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in make_switch_expr_edges() 1031 tree label = main_block_label (CASE_LABEL (elt)); in cleanup_dead_labels() 1032 CASE_LABEL (elt) = label; in cleanup_dead_labels() 1117 default_label = CASE_LABEL (default_case); in group_case_labels() 1129 base_label = CASE_LABEL (base_case); in group_case_labels() 1150 tree merge_label = CASE_LABEL (merge_case); in group_case_labels() 2197 dest_bb = label_to_block (CASE_LABEL (taken_case)); in find_taken_edge_switch_expr() 3902 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info() 3958 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info() [all …]
|
| HD | tree-ssa-uncprop.c | 205 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
|
| HD | tree-dump.c | 652 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
|
| HD | stmt.c | 2367 default_label_decl = CASE_LABEL (elt); in expand_case() 2383 CASE_LABEL (elt)); in expand_case()
|
| HD | c-common.c | 3840 tree duplicate = CASE_LABEL ((tree) node->value); in c_add_case_label() 3905 CASE_LABEL (label), buf); in match_case_to_enum_1() 3908 CASE_LABEL (label), buf, type); in match_case_to_enum_1()
|
| HD | tree-ssa-dom.c | 1293 basic_block target_bb = label_to_block (CASE_LABEL (label)); in record_edge_info()
|
| HD | gimplify.c | 1428 CASE_LABEL (default_case)); in gimplify_switch_expr() 1463 *expr_p = build1 (LABEL_EXPR, void_type_node, CASE_LABEL (expr)); in gimplify_case_label_expr()
|
| HD | tree-pretty-print.c | 1529 dump_generic_node (buffer, CASE_LABEL (elt), spc+4, in dump_generic_node()
|
| HD | tree.def | 852 label. CASE_LABEL is the corresponding LABEL_DECL. */
|
| HD | tree.h | 1517 #define CASE_LABEL(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 2) macro
|
| HD | omp-low.c | 4615 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in diagnose_sb_2()
|
| HD | ChangeLog-2004 | 4810 (record_switch_edge): Don't muck with the CASE_LABEL. Instead 4816 (cleanup_dead_labels): Use CASE_LABEL again. 4820 (CASE_LABEL): Revert to just looking at the tree's second operand. 5326 CASE_LABEL. 5332 * tree.h (CASE_LABEL): Define in terms of get_case_label. 29389 (CASE_LABEL_EXPR): Rename from CASE_LABEL. 29485 * c-common.def (CASE_LABEL): Remove. 29486 * c-common.c (c_add_case_label): Use CASE_LABEL, not CASE_LABEL_DECL. 29488 * c-common.h (c_common_stmt_codes): Remove CASE_LABEL. 34011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
|
| HD | ChangeLog.tree-ssa | 11383 * tree.h (SWITCH_LABELS, CASE_LABEL): New macros. 11384 * c-simplify.c (c_simplify_stmt) <CASE_LABEL>: Create LABEL_DECL here.
|
| HD | ChangeLog-2000 | 9025 * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL 15985 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR. 16151 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
|
| HD | FSFChangeLog.10 | 859 (ASM_OUTPUT_{CASE_LABEL,OPCODE}): Define only if not using GNU as.
|
| HD | ChangeLog-2005 | 33307 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-2000 | 3031 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
|