Home
last modified time | relevance | path

Searched refs:TREE_OVERFLOW (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c1183 && 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 Dtree.c456 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 Dc-common.c1370 && 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 Dprint-tree.c124 if (TREE_OVERFLOW (node))
678 if (TREE_OVERFLOW (node))
H A Dexplow.c315 || TREE_OVERFLOW (t)
H A Dc-decl.c4117 if (TREE_OVERFLOW (itype))
4340 && TREE_OVERFLOW (TYPE_SIZE (type)))
H A Dtree.h556 #define TREE_OVERFLOW(NODE) ((NODE)->common.public_flag) macro
/openbsd/gnu/gcc/gcc/
H A Dtree-vrp.c138 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 Dfold-const.c282 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 Dconvert.c50 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 Dc-common.c934 && 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 Dprint-tree.c136 if (TREE_OVERFLOW (node)) in print_node_brief()
707 if (TREE_OVERFLOW (node)) in print_node()
H A Dtree.c976 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 Dtree-chrec.c1299 TREE_OVERFLOW (res) = 0; in chrec_convert_1()
H A Dc-typeck.c3645 && (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 Dtree.def267 TREE_OVERFLOW. If an INTEGER_CST has TREE_OVERFLOW or
H A Dtree-scalar-evolution.c908 || TREE_OVERFLOW (res))) in set_nb_iterations_in_loop()
H A Dtree-pretty-print.c748 if (TREE_OVERFLOW (node)) in dump_generic_node()
H A Dc-decl.c4318 && TREE_OVERFLOW (itype)) in grokdeclarator()
4573 && TREE_OVERFLOW (TYPE_SIZE_UNIT (type))) in grokdeclarator()
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c4800 && (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 Ddecl.c6739 && 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 Dmmix.c877 || TREE_OVERFLOW (type_size))
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.c2714 || TREE_OVERFLOW (type_size))
/openbsd/gnu/gcc/gcc/objc/
H A DChangeLog403 TREE_OVERFLOW field of a TREE_LIST node.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c5172 TREE_OVERFLOW (value) = TREE_OVERFLOW (ovalue);

12