/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fixed-value.c | 182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local 240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local 317 bool unsigned_p; in do_fixed_add() local 403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local 518 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local 630 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local 682 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local 951 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int() 1039 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
|
H A D | optabs.h | 125 machine_mode mode, bool unsigned_p) in create_convert_operand_to() 141 machine_mode mode, bool unsigned_p) in create_convert_operand_from()
|
H A D | double-int.c | 108 bool unsigned_p) in add_double_with_sign() 165 bool unsigned_p) in mul_double_wide_with_sign() 819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign() 830 double_int::wide_mul_with_sign (double_int b, bool unsigned_p, in wide_mul_with_sign() 867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign() 1041 bool unsigned_p, double_int *multiple) const in multiple_of()
|
H A D | tree-ssa-loop-manip.c | 1536 bool unsigned_p = false; in canonicalize_loop_ivs() local
|
H A D | tree-vect-data-refs.c | 3338 vect_check_lower_bound (loop_vec_info loop_vinfo, tree expr, bool unsigned_p, in vect_check_lower_bound() 3547 bool unsigned_p = dr_known_forward_stride_p (dr_info_a->dr); in vect_prune_runtime_alias_test_list() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fixed-value.cc | 182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local 240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local 317 bool unsigned_p; in do_fixed_add() local 403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local 518 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local 630 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local 682 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local 950 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int() 1038 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
|
H A D | optabs.h | 125 machine_mode mode, bool unsigned_p) in create_convert_operand_to() 141 machine_mode mode, bool unsigned_p) in create_convert_operand_from()
|
H A D | double-int.cc | 108 bool unsigned_p) in add_double_with_sign() 165 bool unsigned_p) in mul_double_wide_with_sign() 819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign() 830 double_int::wide_mul_with_sign (double_int b, bool unsigned_p, in wide_mul_with_sign() 867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign() 1041 bool unsigned_p, double_int *multiple) const in multiple_of()
|
H A D | tree-ssa-loop-manip.cc | 1613 bool unsigned_p = false; in canonicalize_loop_ivs() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-c.c | 1263 bool unsigned_p; in altivec_resolve_overloaded_builtin() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.h | 229 unsigned int unsigned_p : 1; member
|
H A D | aarch64-sve-builtins-base.cc | 419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.h | 229 unsigned int unsigned_p : 1; member
|
H A D | aarch64-sve-builtins-base.cc | 419 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local 448 bool unsigned_p = e.type_suffix (0).unsigned_p; in expand() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-c.cc | 1266 bool unsigned_p = TYPE_UNSIGNED (type); in resolve_vec_splats() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-code-entry-handler.cc | 1069 bool unsigned_p = TYPE_UNSIGNED (TREE_TYPE (input)); in build_output_assignment() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 387 BOOL_BITFIELD unsigned_p : 1; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 385 BOOL_BITFIELD unsigned_p : 1; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | charset.c | 1895 bool unsigned_p; in narrow_str_to_charconst() local
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | charset.cc | 1927 bool unsigned_p; in narrow_str_to_charconst() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/ |
H A D | stormy16.c | 168 int unsigned_p = (code == GTU || code == LEU); in xstormy16_emit_cbranch() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore.c | 2776 int unsigned_p; in mcore_function_value() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/ |
H A D | stormy16.cc | 168 int unsigned_p = (code == GTU || code == LEU); in xstormy16_emit_cbranch() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | mangle.c | 1712 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, in write_number()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mcore/ |
H A D | mcore.cc | 2776 int unsigned_p; in mcore_function_value() local
|