/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.def | 99 /* Used to represent a CASE_LABEL. The operands are CASE_LOW and 103 DEFTREECODE (CASE_LABEL, "case_label", 'e', 3)
|
H A D | c-dump.c | 85 case CASE_LABEL:
|
H A D | c-semantics.c | 661 return build_stmt (CASE_LABEL, low_value, high_value, label_decl); 830 case CASE_LABEL:
|
H A D | c-pretty-print.c | 1253 case CASE_LABEL:
|
H A D | c-common.c | 3957 case CASE_LABEL:
|
H A D | ChangeLog.3 | 719 LABEL_STMT, ASM_STMT, SCOPE_STMT, CASE_LABEL, STMT_EXPR. 885 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
|
H A D | FSFChangeLog.10 | 859 (ASM_OUTPUT_{CASE_LABEL,OPCODE}): Define only if not using GNU as.
|
H A D | ChangeLog.4 | 9019 * 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 D | 20000914-1.c | 205 CASE_LABEL, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | 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()
|
H A D | 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() 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 D | tree-ssa-uncprop.c | 205 basic_block bb = label_to_block (CASE_LABEL (label)); in associate_equivalences_with_edges()
|
H A D | tree-dump.c | 652 dump_child ("name", CASE_LABEL (t)); in dequeue_and_dump()
|
H A D | stmt.c | 2356 default_label_decl = CASE_LABEL (elt); in expand_case() 2372 CASE_LABEL (elt)); in expand_case()
|
H A D | c-common.c | 3746 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 D | tree-ssa-dom.c | 1293 basic_block target_bb = label_to_block (CASE_LABEL (label)); in record_edge_info()
|
H A D | 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()
|
H A D | tree-pretty-print.c | 1529 dump_generic_node (buffer, CASE_LABEL (elt), spc+4, in dump_generic_node()
|
H A D | tree.def | 847 label. CASE_LABEL is the corresponding LABEL_DECL. */
|
H A D | tree.h | 1487 #define CASE_LABEL(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 2) macro
|
H A D | omp-low.c | 4615 tree lab = CASE_LABEL (TREE_VEC_ELT (vec, i)); in diagnose_sb_2()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | tree.c | 2337 else if (TREE_CODE (t) == CASE_LABEL)
|
H A D | pt.c | 7842 case CASE_LABEL:
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1349 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 D | ChangeLog-2000 | 3031 SCOPE_STMT, CASE_LABEL, STMT_EXPR.
|