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

/freebsd-10.0-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.c3651 tree low_value, tree high_value)
3666 if ((low_value && TREE_TYPE (low_value)
3667 && POINTER_TYPE_P (TREE_TYPE (low_value)))
3680 if (low_value)
3682 low_value = check_case_value (low_value);
3683 low_value = convert_and_check (type, low_value);
3684 if (low_value
3635 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
[all...]
H A Dc-typeck.c7211 do_case (tree low_value, tree high_value)
7221 low_value, high_value);
7227 if (low_value)
7236 if (low_value)
7243 else if (low_value)
7176 do_case(tree low_value, tree high_value) argument
/freebsd-10.0-release/contrib/gcc/cp/
H A Ddecl.c2659 finish_case_label (tree low_value, tree high_value)
2671 return add_stmt (build_case_label (low_value, high_value, label));
2683 low_value, high_value);
2652 finish_case_label(tree low_value, tree high_value) argument

Completed in 371 milliseconds