Searched refs:low_value (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-common.c3747 tree low_value, tree high_value)
3762 if ((low_value && TREE_TYPE (low_value)
3763 && POINTER_TYPE_P (TREE_TYPE (low_value)))
3776 if (low_value)
3778 low_value = check_case_value (low_value);
3779 low_value = convert_and_check (type, low_value);
3780 if (low_value
3731 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
[all...]
H A Dc-semantics.c165 build_case_label (tree low_value, tree high_value, tree label_decl) argument
167 return build_stmt (CASE_LABEL_EXPR, low_value, high_value, label_decl);
H A Dc-typeck.c7648 do_case (tree low_value, tree high_value)
7658 low_value, high_value);
7664 if (low_value)
7673 if (low_value)
7680 else if (low_value)
7613 do_case(tree low_value, tree high_value) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c2674 finish_case_label (tree low_value, tree high_value)
2686 return add_stmt (build_case_label (low_value, high_value, label));
2698 low_value, high_value);
2667 finish_case_label(tree low_value, tree high_value) argument

Completed in 279 milliseconds