/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 1183 && overflow == 0 && ! TREE_OVERFLOW (arg1) && ! TREE_OVERFLOW (arg2)) 1191 TREE_OVERFLOW (t) 1258 TREE_OVERFLOW (t) 1260 | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)); 1262 = TREE_OVERFLOW (t) 1376 && TREE_OVERFLOW (xt) == TREE_OVERFLOW (yt)); 1549 TREE_OVERFLOW (t) 1597 TREE_OVERFLOW (t) 1623 TREE_OVERFLOW (t) 5091 TREE_OVERFLOW (t) [all …]
|
H A D | tree.c | 456 over1 |= TREE_OVERFLOW (value); 460 TREE_OVERFLOW (v) = over1; 486 TREE_OVERFLOW (v) = TREE_CONSTANT_OVERFLOW (v) = overflow; 521 int overflow = TREE_OVERFLOW (i); 525 TREE_OVERFLOW (v) |= overflow; 562 TREE_OVERFLOW (t) = TREE_OVERFLOW (real) | TREE_OVERFLOW (imag); 1204 || TREE_OVERFLOW (t) 3232 && ! TREE_OVERFLOW (t)
|
H A D | c-common.c | 1370 && TREE_OVERFLOW (value)) 1372 TREE_OVERFLOW (value) = 0; 1379 && TREE_OVERFLOW (value)) 1381 TREE_OVERFLOW (value) = 0; 1385 else if (TREE_CODE (value) == VECTOR_CST && TREE_OVERFLOW (value)) 1387 TREE_OVERFLOW (value) = 0; 1429 return !TREE_OVERFLOW (c); 1443 if (TREE_OVERFLOW (t)) 1445 TREE_OVERFLOW (t) = 0; 2593 && ! TREE_OVERFLOW (convert (c_common_signed_type (type), [all …]
|
H A D | print-tree.c | 124 if (TREE_OVERFLOW (node)) 678 if (TREE_OVERFLOW (node))
|
H A D | explow.c | 315 || TREE_OVERFLOW (t)
|
H A D | c-decl.c | 4117 if (TREE_OVERFLOW (itype)) 4340 && TREE_OVERFLOW (TYPE_SIZE (type)))
|
H A D | tree.h | 556 #define TREE_OVERFLOW(NODE) ((NODE)->common.public_flag) macro
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-vrp.c | 138 TREE_OVERFLOW (val) = 1; in make_overflow_infinity() 171 && TREE_OVERFLOW (val) in is_negative_overflow_infinity() 182 && TREE_OVERFLOW (val) in is_positive_overflow_infinity() 193 && TREE_OVERFLOW (val) in is_overflow_infinity() 825 if (TREE_OVERFLOW (val1) || TREE_OVERFLOW (val2)) in compare_values_warnv() 1508 TREE_OVERFLOW (res) = 1; in vrp_int_const_binop() 1513 && !TREE_OVERFLOW (val1) in vrp_int_const_binop() 1514 && !TREE_OVERFLOW (val2)) in vrp_int_const_binop() 1883 || (TREE_OVERFLOW (val[i]) in extract_range_from_binary_expr() 2343 || TREE_OVERFLOW (max))) in extract_range_from_unary_expr() [all …]
|
H A D | fold-const.c | 282 TREE_OVERFLOW (t) = 1; in force_fit_type() 1674 | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) in int_const_binop() 1677 TREE_OVERFLOW (t) = 1; in int_const_binop() 1689 | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2), in int_const_binop() 1791 TREE_OVERFLOW (t) = TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2); in const_binop() 1793 = TREE_OVERFLOW (t) in const_binop() 2078 TREE_OVERFLOW (t) = TREE_OVERFLOW (arg1); in fold_convert_const_real_from_real() 5710 && ! TREE_OVERFLOW (t1)) in extract_muldiv_1() 5834 && ! TREE_OVERFLOW (t1)) in extract_muldiv_1() 6383 if (TREE_OVERFLOW (lo) && TREE_OVERFLOW (hi)) in fold_div_compare() [all …]
|
H A D | convert.c | 50 if (TREE_OVERFLOW (expr) || TREE_CONSTANT_OVERFLOW (expr)) in convert_to_pointer() 51 t = force_fit_type (t, 0, TREE_OVERFLOW (expr), in convert_to_pointer()
|
H A D | c-common.c | 934 && TREE_OVERFLOW (value)) in overflow_warning() 936 TREE_OVERFLOW (value) = 0; in overflow_warning() 943 && TREE_OVERFLOW (value)) in overflow_warning() 945 TREE_OVERFLOW (value) = 0; in overflow_warning() 951 TREE_OVERFLOW (value) = 0; in overflow_warning() 1059 return !TREE_OVERFLOW (c); in constant_fits_type_p() 1086 if (TREE_OVERFLOW (t)) in convert_and_check() 1088 TREE_OVERFLOW (t) = 0; in convert_and_check() 2142 primop1 = force_fit_type (tmp, 0, TREE_OVERFLOW (primop1), in shorten_compare() 2322 && !TREE_OVERFLOW (convert (c_common_signed_type (type), in shorten_compare() [all …]
|
H A D | print-tree.c | 136 if (TREE_OVERFLOW (node)) in print_node_brief() 707 if (TREE_OVERFLOW (node)) in print_node()
|
H A D | tree.c | 976 over1 |= TREE_OVERFLOW (value); in build_vector() 980 TREE_OVERFLOW (v) = over1; in build_vector() 1079 TREE_OVERFLOW (v) = TREE_CONSTANT_OVERFLOW (v) = overflow; in build_real() 1108 int overflow = TREE_OVERFLOW (i); in build_real_from_int_cst() 1112 TREE_OVERFLOW (v) |= overflow; in build_real_from_int_cst() 1161 TREE_OVERFLOW (t) = TREE_OVERFLOW (real) | TREE_OVERFLOW (imag); in build_complex()
|
H A D | tree-chrec.c | 1299 TREE_OVERFLOW (res) = 0; in chrec_convert_1()
|
H A D | c-typeck.c | 3645 && (TREE_OVERFLOW (ovalue) || TREE_CONSTANT_OVERFLOW (ovalue))) in build_c_cast() 3649 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue); in build_c_cast() 3652 else if (TREE_OVERFLOW (value) || TREE_CONSTANT_OVERFLOW (value)) in build_c_cast()
|
H A D | tree.def | 267 TREE_OVERFLOW. If an INTEGER_CST has TREE_OVERFLOW or
|
H A D | tree-scalar-evolution.c | 908 || TREE_OVERFLOW (res))) in set_nb_iterations_in_loop()
|
H A D | tree-pretty-print.c | 748 if (TREE_OVERFLOW (node)) in dump_generic_node()
|
H A D | c-decl.c | 4318 && TREE_OVERFLOW (itype)) in grokdeclarator() 4573 && TREE_OVERFLOW (TYPE_SIZE_UNIT (type))) in grokdeclarator()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 4800 && (TREE_OVERFLOW (expr) != TREE_OVERFLOW (orig) in ignore_overflows() 4804 if (!TREE_OVERFLOW (orig) && !TREE_CONSTANT_OVERFLOW (orig)) in ignore_overflows() 4813 TREE_OVERFLOW (expr) = TREE_OVERFLOW (orig); in ignore_overflows()
|
H A D | decl.c | 6739 && TREE_OVERFLOW (itype)) in compute_array_index_type() 6742 TREE_OVERFLOW (itype) = 0; in compute_array_index_type() 8000 && TREE_OVERFLOW (TYPE_SIZE_UNIT (type))) in grokdeclarator()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/ |
H A D | mmix.c | 877 || TREE_OVERFLOW (type_size))
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.c | 2714 || TREE_OVERFLOW (type_size))
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | ChangeLog | 403 TREE_OVERFLOW field of a TREE_LIST node.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 5172 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);
|