Home
last modified time | relevance | path

Searched refs:low_value (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-semantics.c165 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument
167 return build_stmt (CASE_LABEL_EXPR, low_value, high_value, label_decl); in build_case_label()
H A Dc-common.c3638 tree low_value, tree high_value) in c_add_case_label() argument
3653 if ((low_value && TREE_TYPE (low_value) in c_add_case_label()
3654 && POINTER_TYPE_P (TREE_TYPE (low_value))) in c_add_case_label()
3667 if (low_value) in c_add_case_label()
3669 low_value = check_case_value (low_value); in c_add_case_label()
3670 low_value = convert_and_check (type, low_value); in c_add_case_label()
3671 if (low_value == error_mark_node) in c_add_case_label()
3682 if (low_value && high_value) in c_add_case_label()
3687 if (tree_int_cst_equal (low_value, high_value)) in c_add_case_label()
3689 else if (!tree_int_cst_lt (low_value, high_value)) in c_add_case_label()
[all …]
H A Dc-typeck.c7198 do_case (tree low_value, tree high_value) in do_case() argument
7208 low_value, high_value); in do_case()
7214 if (low_value) in do_case()
7223 if (low_value) in do_case()
7230 else if (low_value) in do_case()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c656 build_case_label (low_value, high_value, label_decl) in build_case_label() argument
657 tree low_value; in build_case_label()
661 return build_stmt (CASE_LABEL, low_value, high_value, label_decl);
H A Dc-common.c4070 c_add_case_label (cases, cond, low_value, high_value) in c_add_case_label() argument
4073 tree low_value;
4096 if ((low_value && TREE_TYPE (low_value)
4097 && POINTER_TYPE_P (TREE_TYPE (low_value)))
4112 if (low_value)
4114 low_value = check_case_value (low_value);
4115 low_value = convert_and_check (type, low_value);
4124 if (low_value == error_mark_node || high_value == error_mark_node)
4134 if (tree_int_cst_equal (low_value, high_value))
4136 if (low_value && high_value
[all …]
H A Dc-typeck.c7232 do_case (low_value, high_value) in do_case() argument
7233 tree low_value; in do_case()
7242 low_value, high_value);
7246 else if (low_value)
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c912 build_case_label (tree low_value ATTRIBUTE_UNUSED, in build_case_label()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c5538 finish_case_label (low_value, high_value) in finish_case_label() argument
5539 tree low_value; in finish_case_label()
5549 else if (low_value)
5551 low_value);
5564 return add_stmt (build_case_label (low_value, high_value, label));
5572 r = c_add_case_label (switch_stack->cases, cond, low_value, high_value);
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c2652 finish_case_label (tree low_value, tree high_value) in finish_case_label() argument
2664 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label()
2676 low_value, high_value); in finish_case_label()