Home
last modified time | relevance | path

Searched refs:overflow_p (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfixed-value.c181 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 Dfold-const.c1354 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 Dmatch.pd4046 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 Dfixed-value.cc181 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 Dfold-const.cc1359 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 Dmatch.pd5167 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 DChangeLog-201720610 * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c43 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 Dconstexpr.cc46 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 DChangeLog2014 non_constant_p and overflow_p to that call too.
H A DChangeLog-20163327 *overflow_p.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c6453 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 Dc-common.cc6838 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()