/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.c | 181 bool overflow_p = false; in fixed_saturate1() local 196 overflow_p = true; in fixed_saturate1() 214 overflow_p = true; in fixed_saturate1() 221 overflow_p = true; in fixed_saturate1() 224 return overflow_p; in fixed_saturate1() 239 bool overflow_p = false; in fixed_saturate2() local 258 overflow_p = true; in fixed_saturate2() 282 overflow_p = true; in fixed_saturate2() 291 overflow_p = true; in fixed_saturate2() 294 return overflow_p; in fixed_saturate2() [all …]
|
H A D | fold-const.c | 1354 bool overflow_p; in const_binop() local 1387 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); in const_binop() 1390 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) in const_binop() 2206 bool overflow_p; in fold_convert_const_fixed_from_fixed() local 2208 overflow_p = fixed_convert (&value, SCALAR_TYPE_MODE (type), in fold_convert_const_fixed_from_fixed() 2213 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_fixed() 2226 bool overflow_p; in fold_convert_const_fixed_from_int() local 2237 overflow_p = fixed_convert_from_int (&value, SCALAR_TYPE_MODE (type), di, in fold_convert_const_fixed_from_int() 2243 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_int() 2256 bool overflow_p; in fold_convert_const_fixed_from_real() local [all …]
|
H A D | match.pd | 4046 bool overflow_p = false; 4048 = real_to_integer (&icst, &overflow_p, TYPE_PRECISION (itype)); 4060 (cmp @0 { gcc_assert (!overflow_p); 4071 gcc_checking_assert (!overflow_p);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.cc | 181 bool overflow_p = false; in fixed_saturate1() local 196 overflow_p = true; in fixed_saturate1() 214 overflow_p = true; in fixed_saturate1() 221 overflow_p = true; in fixed_saturate1() 224 return overflow_p; in fixed_saturate1() 239 bool overflow_p = false; in fixed_saturate2() local 258 overflow_p = true; in fixed_saturate2() 282 overflow_p = true; in fixed_saturate2() 291 overflow_p = true; in fixed_saturate2() 294 return overflow_p; in fixed_saturate2() [all …]
|
H A D | fold-const.cc | 1359 bool overflow_p; in const_binop() local 1392 overflow_p = fixed_arithmetic (&result, code, &f1, &f2, sat_p); in const_binop() 1395 if (overflow_p | TREE_OVERFLOW (arg1) | TREE_OVERFLOW (arg2)) in const_binop() 2217 bool overflow_p; in fold_convert_const_fixed_from_fixed() local 2219 overflow_p = fixed_convert (&value, SCALAR_TYPE_MODE (type), in fold_convert_const_fixed_from_fixed() 2224 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_fixed() 2237 bool overflow_p; in fold_convert_const_fixed_from_int() local 2248 overflow_p = fixed_convert_from_int (&value, SCALAR_TYPE_MODE (type), di, in fold_convert_const_fixed_from_int() 2254 if (overflow_p | TREE_OVERFLOW (arg1)) in fold_convert_const_fixed_from_int() 2267 bool overflow_p; in fold_convert_const_fixed_from_real() local [all …]
|
H A D | match.pd | 5167 bool overflow_p = false; 5169 = real_to_integer (&icst, &overflow_p, TYPE_PRECISION (itype)); 5181 (cmp @0 { gcc_assert (!overflow_p); 5192 gcc_checking_assert (!overflow_p);
|
H A D | ChangeLog-2017 | 20610 * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 43 if (verify_constant ((X), ctx->quiet, non_constant_p, overflow_p)) \ 1246 bool *non_constant_p, bool *overflow_p) in cxx_eval_builtin_function_call() argument 1418 non_constant_p, overflow_p); in cxx_eval_builtin_function_call() 1531 bool *non_constant_p, bool *overflow_p, in cxx_bind_parameters_in_call() argument 1560 non_constant_p, overflow_p); in cxx_bind_parameters_in_call() 1658 bool *non_constant_p, bool *overflow_p) in cxx_eval_internal_function() argument 1682 false, non_constant_p, overflow_p); in cxx_eval_internal_function() 1688 overflow_p); in cxx_eval_internal_function() 1706 non_constant_p, overflow_p); in cxx_eval_internal_function() 1708 non_constant_p, overflow_p); in cxx_eval_internal_function() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constexpr.cc | 46 if (verify_constant ((X), ctx->quiet, non_constant_p, overflow_p)) \ 1357 bool *non_constant_p, bool *overflow_p) in cxx_eval_builtin_function_call() argument 1561 non_constant_p, overflow_p); in cxx_eval_builtin_function_call() 1675 bool *non_constant_p, bool *overflow_p, in cxx_bind_parameters_in_call() argument 1708 non_constant_p, overflow_p); in cxx_bind_parameters_in_call() 1812 bool *non_constant_p, bool *overflow_p) in cxx_eval_internal_function() argument 1836 false, non_constant_p, overflow_p); in cxx_eval_internal_function() 1842 overflow_p); in cxx_eval_internal_function() 1860 non_constant_p, overflow_p); in cxx_eval_internal_function() 1862 non_constant_p, overflow_p); in cxx_eval_internal_function() [all …]
|
H A D | ChangeLog | 2014 non_constant_p and overflow_p to that call too.
|
H A D | ChangeLog-2016 | 3327 *overflow_p.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 6453 bool overflow_p = false; in complete_array_type() local 6502 overflow_p |= tree_int_cst_lt (curindex, orig); in complete_array_type() 6514 overflow_p |= tree_int_cst_lt (maxindex, orig); in complete_array_type() 6576 && (overflow_p || TREE_OVERFLOW (TYPE_SIZE_UNIT (type)))) in complete_array_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 6838 bool overflow_p = false; in complete_array_type() local 6887 overflow_p |= tree_int_cst_lt (curindex, orig); in complete_array_type() 6899 overflow_p |= tree_int_cst_lt (maxindex, orig); in complete_array_type() 6961 && (overflow_p || TREE_OVERFLOW (TYPE_SIZE_UNIT (type)))) in complete_array_type()
|