Searched defs:overflow_p (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.c | 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 809 bool overflow_p = false; in fixed_convert() local 953 bool overflow_p = false; in fixed_convert_from_int() local 1037 bool overflow_p = false; in fixed_convert_from_real() local
|
H A D | fold-const.c | 1354 bool overflow_p; in const_binop() local 2206 bool overflow_p; in fold_convert_const_fixed_from_fixed() local 2226 bool overflow_p; in fold_convert_const_fixed_from_int() local 2256 bool overflow_p; in fold_convert_const_fixed_from_real() local 6947 bool overflow_p = false; in extract_muldiv_1() local 14772 bool overflow_p = fixed_arithmetic (&f, NEGATE_EXPR, in fold_negate_const() local 15320 bool overflow_p; in round_up_loc() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A 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
|
H A 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.old/dist/gcc/cp/ |
H A D | constexpr.c | 1246 bool *non_constant_p, bool *overflow_p) in cxx_eval_builtin_function_call() 1531 bool *non_constant_p, bool *overflow_p, in cxx_bind_parameters_in_call() 1658 bool *non_constant_p, bool *overflow_p) in cxx_eval_internal_function() 1926 bool *non_constant_p, bool *overflow_p) in cxx_eval_dynamic_cast_fn() 2152 bool *overflow_p) in cxx_set_object_constness() 2173 bool *non_constant_p, bool *overflow_p) in cxx_eval_call_expression() 2811 bool *overflow_p) in verify_constant() 2922 bool *non_constant_p, bool *overflow_p) in cxx_eval_unary_expression() 2951 bool *overflow_p) in cxx_fold_pointer_plus_expression() 3007 bool *non_constant_p, bool *overflow_p) in cxx_eval_binary_expression() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A 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 …]
|
/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
|
/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
|