| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-cmp-inst-handler.cc | 158 tree signed_type = signed_type_for (dest_type); in operator ()() local 159 tree signed_result = convert_to_integer (signed_type, expr); in operator ()() 164 = build_int_cstu (signed_type, result_width - 1); in operator ()() 167 = build2 (LSHIFT_EXPR, signed_type, signed_result, shift_amount_cst); in operator ()() 169 expr = build2 (RSHIFT_EXPR, signed_type, shift_left_result, in operator ()()
|
| /netbsd-src/usr.bin/xlint/common/ |
| H A D | inittyp.c | 52 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rv, c) \ argument 60 signed_type, unsigned_type, \ 72 #define typeinfo(name, signed_type, unsigned_type, size_in_bits, rank, c) \ argument 74 signed_type, unsigned_type, \
|
| H A D | lint.h | 138 #define signed_type(t) (type_properties(t)->tt_signed_counterpart) 137 #define signed_type( global() macro
|
| /netbsd-src/usr.bin/xlint/lint2/ |
| H A D | chk.c | 521 if (signed_type(t1) == signed_type(t2)) { in chkau() 901 } else if (t2 != signed_type(sz)) { in scanflike() 1239 if (signed_type(t) != signed_type(tp2->t_tspec)) in types_compatible()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-lang.c | 976 : int_n_trees[i].signed_type); in lto_type_for_mode() 1276 intmax_type_node = int_n_trees[i].signed_type; in lto_build_c_type_nodes() 1278 signed_size_type_node = int_n_trees[i].signed_type; in lto_build_c_type_nodes() 1379 NAME_TYPE (int_n_trees[i].signed_type, name); in lto_init()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-lang.cc | 977 : int_n_trees[i].signed_type); in lto_type_for_mode() 1280 intmax_type_node = int_n_trees[i].signed_type; in lto_build_c_type_nodes() 1282 signed_size_type_node = int_n_trees[i].signed_type; in lto_build_c_type_nodes() 1383 NAME_TYPE (int_n_trees[i].signed_type, name); in lto_init()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
| H A D | brig-lang.c | 875 intmax_type_node = int_n_trees[i].signed_type; in brig_build_c_type_nodes() 877 signed_size_type_node = int_n_trees[i].signed_type; in brig_build_c_type_nodes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | langhooks.c | 546 : int_n_trees[i].signed_type); in lhd_type_for_size()
|
| H A D | gimple.c | 2455 || type1 == int_n_trees[i].signed_type)) in gimple_signed_or_unsigned_type() 2458 : int_n_trees[i].signed_type; in gimple_signed_or_unsigned_type() 2579 : int_n_trees[i].signed_type; in gimple_signed_or_unsigned_type()
|
| H A D | tree.c | 10053 : int_n_trees[i].signed_type); in make_or_reuse_type() 10213 int_n_trees[i].signed_type = make_signed_type (int_n_data[i].bitsize); in build_common_tree_nodes() 10218 integer_types[itk_intN_0 + i * 2] = int_n_trees[i].signed_type; in build_common_tree_nodes() 10282 ptrdiff_type_node = int_n_trees[i].signed_type; in build_common_tree_nodes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 2118 : int_n_trees[i].signed_type); in c_common_type_for_size() 2208 : int_n_trees[i].signed_type); in c_common_type_for_mode() 2450 || type1 == int_n_trees[i].signed_type)) in c_common_signed_or_unsigned_type() 2452 : int_n_trees[i].signed_type); in c_common_signed_or_unsigned_type() 2572 : int_n_trees[i].signed_type); in c_common_signed_or_unsigned_type() 2619 : int_n_trees[i].signed_type); in c_build_bitfield_integer_type() 4035 int_n_trees[i].signed_type); in c_common_nodes_and_builtins() 4038 int_n_trees[i].signed_type); in c_common_nodes_and_builtins() 4040 = DECL_NAME (TYPE_NAME (int_n_trees[i].signed_type)); in c_common_nodes_and_builtins()
|
| H A D | c-cppbuiltin.c | 1463 int_n_trees[i].signed_type); in c_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-lang.cc | 1390 return int_n_trees[i].signed_type; in d_type_for_mode() 1449 return int_n_trees[i].signed_type; in d_type_for_size()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | langhooks.cc | 568 : int_n_trees[i].signed_type); in lhd_type_for_size()
|
| H A D | gimple.cc | 2545 || type1 == int_n_trees[i].signed_type)) in gimple_signed_or_unsigned_type() 2548 : int_n_trees[i].signed_type; in gimple_signed_or_unsigned_type() 2669 : int_n_trees[i].signed_type; in gimple_signed_or_unsigned_type()
|
| H A D | tree.cc | 9143 : int_n_trees[i].signed_type); in make_or_reuse_type() 9303 int_n_trees[i].signed_type = make_signed_type (int_n_data[i].bitsize); in build_common_tree_nodes() 9308 integer_types[itk_intN_0 + i * 2] = int_n_trees[i].signed_type; in build_common_tree_nodes() 9372 ptrdiff_type_node = int_n_trees[i].signed_type; in build_common_tree_nodes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 2312 : int_n_trees[i].signed_type); in c_common_type_for_size() 2402 : int_n_trees[i].signed_type); in c_common_type_for_mode() 2644 || type1 == int_n_trees[i].signed_type)) in c_common_signed_or_unsigned_type() 2646 : int_n_trees[i].signed_type); in c_common_signed_or_unsigned_type() 2766 : int_n_trees[i].signed_type); in c_common_signed_or_unsigned_type() 2813 : int_n_trees[i].signed_type); in c_build_bitfield_integer_type() 4282 int_n_trees[i].signed_type); in c_common_nodes_and_builtins() 4285 int_n_trees[i].signed_type); in c_common_nodes_and_builtins() 4287 = DECL_NAME (TYPE_NAME (int_n_trees[i].signed_type)); in c_common_nodes_and_builtins()
|
| H A D | c-cppbuiltin.cc | 1589 int_n_trees[i].signed_type); in c_cpp_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-lang.cc | 1501 return int_n_trees[i].signed_type; in d_type_for_mode() 1560 return int_n_trees[i].signed_type; in d_type_for_size()
|
| H A D | types.cc | 305 return int_n_trees[i].signed_type; in d_build_bitfield_integer_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | rtti.c | 1586 emit_support_tinfo_1 (int_n_trees[ix].signed_type); in emit_support_tinfos()
|
| H A D | typeck.c | 383 && (same_type_p (TYPE_MAIN_VARIANT (t1), int_n_trees[i].signed_type) in cp_common_type() 384 || same_type_p (TYPE_MAIN_VARIANT (t2), int_n_trees[i].signed_type) in cp_common_type() 390 : int_n_trees[i].signed_type); in cp_common_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | rtti.cc | 1629 emit_support_tinfo_1 (int_n_trees[ix].signed_type); in emit_support_tinfos()
|
| H A D | typeck.cc | 402 && (same_type_p (TYPE_MAIN_VARIANT (t1), int_n_trees[i].signed_type) in cp_common_type() 403 || same_type_p (TYPE_MAIN_VARIANT (t2), int_n_trees[i].signed_type) in cp_common_type() 409 : int_n_trees[i].signed_type); in cp_common_type()
|
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | tree.c | 3606 signed_type(nt) == signed_type(ot) && in should_warn_about_pointer_cast()
|