Searched refs:high_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
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-common.c3747 tree low_value, tree high_value)
3764 || (high_value && TREE_TYPE (high_value)
3765 && POINTER_TYPE_P (TREE_TYPE (high_value))))
3772 if (high_value && pedantic)
3783 if (high_value)
3785 high_value = check_case_value (high_value);
3786 high_value = convert_and_check (type, high_value);
3731 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
[all...]
H A Dtree.c1333 HOST_WIDE_INT high_value;
1343 high_value = -1;
1345 high_value = ((HOST_WIDE_INT) 1 << shift_amount) - 1;
1348 && TREE_INT_CST_HIGH (expr) == high_value);
1328 HOST_WIDE_INT high_value; local
H A Dc-typeck.c7627 do_case (tree low_value, tree high_value)
7637 low_value, high_value);
7592 do_case(tree low_value, tree high_value) argument
/freebsd-10.2-release/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 128 milliseconds