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

/freebsd-9.3-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.c3742 tree low_value, tree high_value)
3759 || (high_value && TREE_TYPE (high_value)
3760 && POINTER_TYPE_P (TREE_TYPE (high_value))))
3767 if (high_value && pedantic)
3778 if (high_value)
3780 high_value = check_case_value (high_value);
3781 high_value = convert_and_check (type, high_value);
3726 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
[all...]
H A Dtree.c1329 HOST_WIDE_INT high_value;
1339 high_value = -1;
1341 high_value = ((HOST_WIDE_INT) 1 << shift_amount) - 1;
1344 && TREE_INT_CST_HIGH (expr) == high_value);
1324 HOST_WIDE_INT high_value; local
H A Dc-typeck.c7172 do_case (tree low_value, tree high_value)
7182 low_value, high_value);
7137 do_case(tree low_value, tree high_value) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c2673 finish_case_label (tree low_value, tree high_value)
2685 return add_stmt (build_case_label (low_value, high_value, label));
2697 low_value, high_value);
2666 finish_case_label(tree low_value, tree high_value) argument

Completed in 216 milliseconds