Searched defs:overflow_p (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fixed-value.cc | 181 bool overflow_p = false; in fixed_saturate1() local 239 bool overflow_p = false; in fixed_saturate2() local 316 bool overflow_p = false; in do_fixed_add() local 402 bool overflow_p = false; in do_fixed_multiply() local 517 bool overflow_p = false; in do_fixed_divide() local 629 bool overflow_p = false; in do_fixed_shift() local 681 bool overflow_p = false; in do_fixed_neg() local 808 bool overflow_p = false; in fixed_convert() local 952 bool overflow_p = false; in fixed_convert_from_int() local 1036 bool overflow_p = false; in fixed_convert_from_real() local
|
| D | fold-const.cc | 1359 bool overflow_p; in const_binop() local 2217 bool overflow_p; in fold_convert_const_fixed_from_fixed() local 2237 bool overflow_p; in fold_convert_const_fixed_from_int() local 2267 bool overflow_p; in fold_convert_const_fixed_from_real() local 7040 bool overflow_p = false; in extract_muldiv_1() local 15727 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, in fold_negate_const() local 16275 bool overflow_p; in round_up_loc() local
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | constexpr.cc | 1357 bool *non_constant_p, bool *overflow_p) in cxx_eval_builtin_function_call() 1675 bool *non_constant_p, bool *overflow_p, in cxx_bind_parameters_in_call() 1812 bool *non_constant_p, bool *overflow_p) in cxx_eval_internal_function() 2079 bool *non_constant_p, bool *overflow_p) in cxx_eval_dynamic_cast_fn() 2306 bool *non_constant_p, bool *overflow_p) in cxx_eval_thunk_call() 2359 bool *overflow_p) in cxx_set_object_constness() 2380 bool *non_constant_p, bool *overflow_p) in cxx_eval_call_expression() 3108 bool *overflow_p) in verify_constant() 3219 bool *non_constant_p, bool *overflow_p) in cxx_eval_unary_expression() 3248 bool *overflow_p) in cxx_fold_pointer_plus_expression() [all …]
|