Searched refs:high_value (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-semantics.c | 165 build_case_label (tree low_value, tree high_value, tree label_decl) in build_case_label() argument 167 return build_stmt (CASE_LABEL_EXPR, low_value, high_value, label_decl); in build_case_label()
|
| H A D | c-common.c | 3749 || (high_value && TREE_TYPE (high_value) in c_add_case_label() 3757 if (high_value && pedantic) in c_add_case_label() 3768 if (high_value) in c_add_case_label() 3770 high_value = check_case_value (high_value); in c_add_case_label() 3771 high_value = convert_and_check (type, high_value); in c_add_case_label() 3776 if (low_value && high_value) in c_add_case_label() 3782 high_value = NULL_TREE; in c_add_case_label() 3792 &low_value, high_value ? &high_value : NULL)) in c_add_case_label() 3831 && high_value in c_add_case_label() 3833 high_value) in c_add_case_label() [all …]
|
| H A D | tree.c | 1328 HOST_WIDE_INT high_value; in integer_all_onesp() local 1338 high_value = -1; in integer_all_onesp() 1340 high_value = ((HOST_WIDE_INT) 1 << shift_amount) - 1; in integer_all_onesp() 1343 && TREE_INT_CST_HIGH (expr) == high_value); in integer_all_onesp()
|
| H A D | c-typeck.c | 7613 do_case (tree low_value, tree high_value) in do_case() argument 7623 low_value, high_value); in do_case()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 2667 finish_case_label (tree low_value, tree high_value) in finish_case_label() argument 2679 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label() 2691 low_value, high_value); in finish_case_label()
|