/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-builtins.cc | 825 d_ubyte_type = make_unsigned_type (8); in d_build_d_type_nodes() 828 d_ushort_type = make_unsigned_type (16); in d_build_d_type_nodes() 831 d_uint_type = make_unsigned_type (32); in d_build_d_type_nodes() 834 d_ulong_type = make_unsigned_type (64); in d_build_d_type_nodes() 837 d_ucent_type = make_unsigned_type (128); in d_build_d_type_nodes() 846 d_bool_type = make_unsigned_type (1); in d_build_d_type_nodes() 852 char8_type_node = make_unsigned_type (8); in d_build_d_type_nodes() 855 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes() 858 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
|
H A D | types.cc | 980 build_frontend_type (make_unsigned_type (WCHAR_TYPE_SIZE)); in visit()
|
H A D | d-codegen.cc | 997 tmode = make_unsigned_type (GET_MODE_BITSIZE (mode.require ())); in lower_struct_comparison()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-builtins.cc | 810 d_ubyte_type = make_unsigned_type (8); in d_build_d_type_nodes() 813 d_ushort_type = make_unsigned_type (16); in d_build_d_type_nodes() 816 d_uint_type = make_unsigned_type (32); in d_build_d_type_nodes() 819 d_ulong_type = make_unsigned_type (64); in d_build_d_type_nodes() 822 d_ucent_type = make_unsigned_type (128); in d_build_d_type_nodes() 831 d_bool_type = make_unsigned_type (1); in d_build_d_type_nodes() 834 char8_type_node = make_unsigned_type (8); in d_build_d_type_nodes() 837 char16_type_node = make_unsigned_type (16); in d_build_d_type_nodes() 840 char32_type_node = make_unsigned_type (32); in d_build_d_type_nodes()
|
H A D | d-codegen.cc | 936 tmode = make_unsigned_type (GET_MODE_BITSIZE (mode.require ())); in lower_struct_comparison()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.h | 96 extern tree make_unsigned_type (int);
|
H A D | tree.cc | 9146 return make_unsigned_type (size); in make_or_reuse_type() 9281 unsigned_char_type_node = make_unsigned_type (CHAR_TYPE_SIZE); in build_common_tree_nodes() 9289 : make_unsigned_type (CHAR_TYPE_SIZE)); in build_common_tree_nodes() 9293 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE); in build_common_tree_nodes() 9295 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes() 9297 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE); in build_common_tree_nodes() 9299 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE); in build_common_tree_nodes() 9304 int_n_trees[i].unsigned_type = make_unsigned_type (int_n_data[i].bitsize); in build_common_tree_nodes() 9315 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE); in build_common_tree_nodes()
|
H A D | stor-layout.cc | 2702 make_unsigned_type (int precision) in make_unsigned_type() function
|
H A D | tree-vect-loop.cc | 5329 tree cr_index_scalar_type = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() 5555 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() 7121 cr_index_scalar_type = make_unsigned_type (scalar_precision); in vectorizable_reduction()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.h | 96 extern tree make_unsigned_type (int);
|
H A D | tree.c | 10056 return make_unsigned_type (size); in make_or_reuse_type() 10191 unsigned_char_type_node = make_unsigned_type (CHAR_TYPE_SIZE); in build_common_tree_nodes() 10199 : make_unsigned_type (CHAR_TYPE_SIZE)); in build_common_tree_nodes() 10203 short_unsigned_type_node = make_unsigned_type (SHORT_TYPE_SIZE); in build_common_tree_nodes() 10205 unsigned_type_node = make_unsigned_type (INT_TYPE_SIZE); in build_common_tree_nodes() 10207 long_unsigned_type_node = make_unsigned_type (LONG_TYPE_SIZE); in build_common_tree_nodes() 10209 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE); in build_common_tree_nodes() 10214 int_n_trees[i].unsigned_type = make_unsigned_type (int_n_data[i].bitsize); in build_common_tree_nodes() 10225 boolean_type_node = make_unsigned_type (BOOL_TYPE_SIZE); in build_common_tree_nodes()
|
H A D | tree-vect-loop.c | 4663 tree cr_index_scalar_type = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() 4900 tree scalar_type_unsigned = make_unsigned_type (scalar_precision); in vect_create_epilog_for_reduction() 6534 cr_index_scalar_type = make_unsigned_type (scalar_precision); in vectorizable_reduction()
|
H A D | stor-layout.c | 2677 make_unsigned_type (int precision) in make_unsigned_type() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 252 type = make_unsigned_type(bits); in brig_langhook_type_for_size()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 2250 ? make_unsigned_type (precision) in c_common_type_for_mode() 4289 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins() 4305 char8_type_node = make_unsigned_type (char8_type_size); in c_common_nodes_and_builtins() 4321 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins() 4337 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
|
H A D | c-attribs.c | 1867 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 2444 ? make_unsigned_type (precision) in c_common_type_for_mode() 4536 wchar_type_node = make_unsigned_type (wchar_type_size); in c_common_nodes_and_builtins() 4552 char8_type_node = make_unsigned_type (char8_type_size); in c_common_nodes_and_builtins() 4568 char16_type_node = make_unsigned_type (char16_type_size); in c_common_nodes_and_builtins() 4584 char32_type_node = make_unsigned_type (char32_type_size); in c_common_nodes_and_builtins()
|
H A D | c-attribs.cc | 2187 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-lang.c | 1013 ? make_unsigned_type (precision) in lto_type_for_mode()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-lang.cc | 1017 ? make_unsigned_type (precision) in lto_type_for_mode()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 832 return make_unsigned_type (size); in gfc_build_uint_type() 899 new_type = make_unsigned_type (bit_size); in gfc_build_logical_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 860 return make_unsigned_type (size); in gfc_build_uint_type() 928 new_type = make_unsigned_type (bit_size); in gfc_build_logical_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 803 tree node = make_unsigned_type (BITS_PER_UNIT * sizeof (T)); in load_blob_in_ctor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-call.c | 12399 vector_pair_type_node = make_unsigned_type (256); in rs6000_init_builtins() 12406 vector_quad_type_node = make_unsigned_type (512); in rs6000_init_builtins()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 13973 tree uint24_type = make_unsigned_type (GET_MODE_BITSIZE (PSImode)); in avr_init_builtin_int24()
|