Searched refs:CASE_LOW (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-uncprop.c | 209 || !CASE_LOW (label) in associate_equivalences_with_edges() 225 tree x = fold_convert (TREE_TYPE (cond), CASE_LOW (node)); in associate_equivalences_with_edges()
|
| HD | tree-dump.c | 653 if (CASE_LOW (t)) { in dequeue_and_dump() 654 dump_child ("low ", CASE_LOW (t)); in dequeue_and_dump()
|
| HD | tree-cfg.c | 1142 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()
|
| HD | tree-pretty-print.c | 1583 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()
|
| HD | tree-ssa-dom.c | 1296 || !CASE_LOW (label) in record_edge_info() 1310 tree x = fold_convert (TREE_TYPE (cond), CASE_LOW (node)); in record_edge_info()
|
| HD | gimplify.c | 1323 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()
|
| HD | stmt.c | 2366 gcc_assert (!CASE_LOW (elt)); in expand_case() 2374 low = CASE_LOW (elt); in expand_case()
|
| HD | tree-eh.c | 1291 CASE_LOW (last_case) = NULL; in lower_try_finally_switch()
|
| HD | tree.def | 849 /* 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
|
| HD | c-common.c | 3921 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()
|
| HD | tree.h | 1515 #define CASE_LOW(NODE) TREE_OPERAND (CASE_LABEL_EXPR_CHECK (NODE), 0) macro
|
| HD | ChangeLog-2000 | 15969 (CASE_LOW): Likewise. 16125 (CASE_LOW): Likewise.
|
| HD | ChangeLog.tree-ssa | 15559 * c-common.h (SWITCH_COND, SWITCH_BODY, CASE_LOW, CASE_HIGH,
|
| HD | ChangeLog-2004 | 29493 * tree.h (CASE_LOW): Update commentary. 34011 CASE_LOW, CASE_HIGH, CASE_LABEL, BIND_EXPR_VARS,
|
| HD | ChangeLog-2005 | 33306 * tree.h (SWITCH_COND, SWITCH_BODY, SWITCH_LABELS, CASE_LOW,
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 1607 @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
|
| HD | tree-ssa.texi | 614 The CASE_LABEL_EXPRs are sorted by CASE_LOW,
|
| /NextBSD/contrib/gcc/cp/ |
| HD | pt.c | 8686 finish_case_label (RECUR (CASE_LOW (t)), in tsubst_expr()
|
| HD | ChangeLog-2000 | 3005 (CASE_LOW): Likewise.
|