Home
last modified time | relevance | path

Searched refs:CASE_LOW (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-ssa-uncprop.c209 || !CASE_LOW (label) in associate_equivalences_with_edges()
225 tree x = fold_convert (TREE_TYPE (cond), CASE_LOW (node)); in associate_equivalences_with_edges()
HDtree-dump.c653 if (CASE_LOW (t)) { in dequeue_and_dump()
654 dump_child ("low ", CASE_LOW (t)); in dequeue_and_dump()
HDtree-cfg.c1142 CASE_HIGH (base_case) : CASE_LOW (base_case); in group_case_labels()
1157 && tree_int_cst_equal (CASE_LOW (merge_case), t)) in group_case_labels()
1160 CASE_HIGH (merge_case) : CASE_LOW (merge_case); in group_case_labels()
2223 cmp = tree_int_cst_compare (CASE_LOW (t), val); in find_case_label_for_value()
3914 if (! CASE_LOW (c)) in tree_verify_flow_info()
3920 if (! tree_int_cst_lt (CASE_LOW (prev), CASE_LOW (c))) in tree_verify_flow_info()
3931 if (CASE_LOW (TREE_VEC_ELT (vec, n - 1))) in tree_verify_flow_info()
HDtree-pretty-print.c1583 if (CASE_LOW (node) && CASE_HIGH (node)) in dump_generic_node()
1586 dump_generic_node (buffer, CASE_LOW (node), spc, flags, false); in dump_generic_node()
1590 else if (CASE_LOW (node)) in dump_generic_node()
1593 dump_generic_node (buffer, CASE_LOW (node), spc, flags, false); in dump_generic_node()
HDtree-ssa-dom.c1296 || !CASE_LOW (label) in record_edge_info()
1310 tree x = fold_convert (TREE_TYPE (cond), CASE_LOW (node)); in record_edge_info()
HDgimplify.c1323 return tree_int_cst_compare (CASE_LOW (case1), CASE_LOW (case2)); in compare_case_labels()
1334 if (CASE_LOW (default_case)) in sort_case_labels()
1343 if (!CASE_LOW (t)) in sort_case_labels()
1391 tree low = CASE_LOW (elt); in gimplify_switch_expr()
HDstmt.c2366 gcc_assert (!CASE_LOW (elt)); in expand_case()
2374 low = CASE_LOW (elt); in expand_case()
HDtree-eh.c1291 CASE_LOW (last_case) = NULL; in lower_try_finally_switch()
HDtree.def849 /* Used to represent a case label. The operands are CASE_LOW and
850 CASE_HIGH, respectively. If CASE_LOW is NULL_TREE, the label is a
HDc-common.c3921 if (!CASE_LOW (label)) in match_case_to_enum()
3927 match_case_to_enum_1 (CASE_LOW (label), type, label); in match_case_to_enum()
HDtree.h1515 #define CASE_LOW(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 0) macro
HDChangeLog-200015969 (CASE_LOW): Likewise.
16125 (CASE_LOW): Likewise.
HDChangeLog.tree-ssa15559 * c-common.h (SWITCH_COND, SWITCH_BODY, CASE_LOW, CASE_HIGH,
HDChangeLog-200429493 * tree.h (CASE_LOW): Update commentary.
34011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
HDChangeLog-200533306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
/NextBSD/contrib/gcc/doc/
HDc-tree.texi1607 @code{default} label. If @code{CASE_LOW} is @code{NULL_TREE}, then this is a
1609 this is an ordinary @code{case} label. In this case, @code{CASE_LOW} is
1610 an expression giving the value of the label. Both @code{CASE_LOW} and
1614 Otherwise, if both @code{CASE_LOW} and @code{CASE_HIGH} are defined, the
1620 The first value will be @code{CASE_LOW}, while the second will be
HDtree-ssa.texi614 The CASE_LABEL_EXPRs are sorted by CASE_LOW,
/NextBSD/contrib/gcc/cp/
HDpt.c8686 finish_case_label (RECUR (CASE_LOW (t)), in tsubst_expr()
HDChangeLog-20003005 (CASE_LOW): Likewise.