Home
last modified time | relevance | path

Searched refs:CASE_HIGH (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/gcc/
HDtree-dump.c655 if (CASE_HIGH (t)) { in dequeue_and_dump()
656 dump_child ("high", CASE_HIGH (t)); in dequeue_and_dump()
HDtree-ssa-uncprop.c208 if (CASE_HIGH (label) in associate_equivalences_with_edges()
HDtree-cfg.c1141 base_high = CASE_HIGH (base_case) ? in group_case_labels()
1142 CASE_HIGH (base_case) : CASE_LOW (base_case); in group_case_labels()
1159 base_high = CASE_HIGH (merge_case) ? in group_case_labels()
1160 CASE_HIGH (merge_case) : CASE_LOW (merge_case); in group_case_labels()
1161 CASE_HIGH (base_case) = base_high; in group_case_labels()
2230 if (CASE_HIGH (t) == NULL) in find_case_label_for_value()
2239 if (cmp <= 0 && tree_int_cst_compare (CASE_HIGH (t), val) >= 0) in find_case_label_for_value()
HDc-common.c3822 && CASE_HIGH ((tree) low_bound->value) in c_add_case_label()
3823 && tree_int_cst_compare (CASE_HIGH ((tree) low_bound->value), in c_add_case_label()
3934 if (CASE_HIGH (label)) in match_case_to_enum()
3937 match_case_to_enum_1 (CASE_HIGH (label), type, label); in match_case_to_enum()
4006 if (node && CASE_HIGH ((tree) node->value)) in c_do_switch_warnings()
4009 int cmp = tree_int_cst_compare (CASE_HIGH (label), value); in c_do_switch_warnings()
HDstmt.c2365 gcc_assert (!CASE_HIGH (elt)); in expand_case()
2376 high = CASE_HIGH (elt); in expand_case()
HDtree-pretty-print.c1583 if (CASE_LOW (node) && CASE_HIGH (node)) in dump_generic_node()
1588 dump_generic_node (buffer, CASE_HIGH (node), spc, flags, false); in dump_generic_node()
HDtree-ssa-dom.c1295 if (CASE_HIGH (label) in record_edge_info()
HDtree.def850 CASE_HIGH, respectively. If CASE_LOW is NULL_TREE, the label is a
851 'default' label. If CASE_HIGH is NULL_TREE, the label is a normal case
HDtree.h1516 #define CASE_HIGH(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 1) macro
HDgimplify.c1397 tree high = CASE_HIGH (elt); in gimplify_switch_expr()
HDChangeLog-200015970 (CASE_HIGH): Likewise.
16126 (CASE_HIGH): Likewise.
HDChangeLog.tree-ssa15559 * c-common.h (SWITCH_COND, SWITCH_BODY, CASE_LOW, CASE_HIGH,
HDChangeLog-200533307 CASE_HIGH, CASE_LABEL, ASM_STRING, ASM_OUTPUTS, ASM_INPUTS,
HDChangeLog-200434011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
/trueos/contrib/gcc/doc/
HDc-tree.texi1608 @code{default} label. Otherwise, if @code{CASE_HIGH} is @code{NULL_TREE}, then
1611 @code{CASE_HIGH} are @code{INTEGER_CST} nodes. These values will have
1614 Otherwise, if both @code{CASE_LOW} and @code{CASE_HIGH} are defined, the
1621 @code{CASE_HIGH}.
/trueos/contrib/gcc/cp/
HDpt.c8687 RECUR (CASE_HIGH (t))); in tsubst_expr()
HDChangeLog-20003006 (CASE_HIGH): Likewise.