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

/openbsd-current/gnu/gcc/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.c3653 tree low_value, tree high_value)
3668 if ((low_value && TREE_TYPE (low_value)
3669 && POINTER_TYPE_P (TREE_TYPE (low_value)))
3682 if (low_value)
3684 low_value = check_case_value (low_value);
3685 low_value = convert_and_check (type, low_value);
3686 if (low_value
3637 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
[all...]
H A Dc-typeck.c7233 do_case (tree low_value, tree high_value)
7243 low_value, high_value);
7249 if (low_value)
7258 if (low_value)
7265 else if (low_value)
7198 do_case(tree low_value, tree high_value) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c656 build_case_label (low_value, high_value, label_decl)
657 tree low_value;
661 return build_stmt (CASE_LABEL, low_value, high_value, label_decl);
H A Dc-common.c4084 c_add_case_label (cases, cond, low_value, high_value)
4087 tree low_value;
4110 if ((low_value && TREE_TYPE (low_value)
4111 && POINTER_TYPE_P (TREE_TYPE (low_value)))
4126 if (low_value)
4128 low_value = check_case_value (low_value);
4129 low_value = convert_and_check (type, low_value);
[all...]
H A Dc-typeck.c7265 do_case (low_value, high_value)
7266 tree low_value;
7275 low_value, high_value);
7279 else if (low_value)
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c912 build_case_label (tree low_value ATTRIBUTE_UNUSED,
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c5547 finish_case_label (low_value, high_value)
5548 tree low_value;
5558 else if (low_value)
5560 low_value);
5573 return add_stmt (build_case_label (low_value, high_value, label));
5581 r = c_add_case_label (switch_stack->cases, cond, low_value, high_value);
/openbsd-current/gnu/gcc/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 281 milliseconds