Home
last modified time | relevance | path

Searched refs:CASE_LABEL (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.def99 /* Used to represent a CASE_LABEL. The operands are CASE_LOW and
103 DEFTREECODE (CASE_LABEL, "case_label", 'e', 3)
H A Dc-dump.c85 case CASE_LABEL:
H A Dc-semantics.c661 return build_stmt (CASE_LABEL, low_value, high_value, label_decl);
830 case CASE_LABEL:
H A Dc-pretty-print.c1253 case CASE_LABEL:
H A Dc-common.c3957 case CASE_LABEL:
H A DChangeLog.3719 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR.
885 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
H A DFSFChangeLog.10859 (ASM_OUTPUT_{CASE_LABEL,OPCODE}): Define only if not using GNU as.
H A DChangeLog.49019 * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c205 CASE_LABEL, enumerator
/openbsd/gnu/gcc/gcc/
H A Dtree-eh.c573 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()
H A Dtree-cfg.c790 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()
1110 default_label = CASE_LABEL (default_case); in group_case_labels()
1122 base_label = CASE_LABEL (base_case); in group_case_labels()
3895 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info()
3951 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in tree_verify_flow_info()
4144 CASE_LABEL (cases) = label; in tree_redirect_edge_and_branch()
4167 if (label_to_block (CASE_LABEL (elt)) == e->dest) in tree_redirect_edge_and_branch()
[all …]
H A Dtree-ssa-uncprop.c205 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
H A Dtree-dump.c652 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
H A Dstmt.c2356 default_label_decl = CASE_LABEL (elt); in expand_case()
2372 CASE_LABEL (elt)); in expand_case()
H A Dc-common.c3746 tree duplicate = CASE_LABEL ((tree) node->value); in c_add_case_label()
3811 CASE_LABEL (label), buf); in match_case_to_enum_1()
3814 CASE_LABEL (label), buf, type); in match_case_to_enum_1()
H A Dtree-ssa-dom.c1293 basic_block target_bb = label_to_block (CASE_LABEL (label)); in record_edge_info()
H A Dgimplify.c1428 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()
H A Dtree-pretty-print.c1529 dump_generic_node (buffer, CASE_LABEL (elt), spc+4, in dump_generic_node()
H A Dtree.def847 label. CASE_LABEL is the corresponding LABEL_DECL. */
H A Dtree.h1487 #define CASE_LABEL(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 2) macro
H A Domp-low.c4615 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in diagnose_sb_2()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c2337 else if (TREE_CODE (t) == CASE_LABEL)
H A Dpt.c7842 case CASE_LABEL:
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1349 which the statement occurs. Although we mention @code{CASE_LABEL} below
1352 @code{CASE_LABEL}.
1442 @item CASE_LABEL
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20003031 SCOPE_STMT, CASE_LABEL, STMT_EXPR.

12