Home
last modified time | relevance | path

Searched refs:signed_type (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-cmp-inst-handler.cc158 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 Dinittyp.c52 #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 Dlint.h138 #define signed_type(t) (type_properties(t)->tt_signed_counterpart)
137 #define signed_type( global() macro
/netbsd-src/usr.bin/xlint/lint2/
H A Dchk.c521 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 Dlto-lang.c976 : 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 Dlto-lang.cc977 : 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 Dbrig-lang.c875 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 Dlanghooks.c546 : int_n_trees[i].signed_type); in lhd_type_for_size()
H A Dgimple.c2455 || 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 Dtree.c10053 : 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 Dc-common.c2118 : 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 Dc-cppbuiltin.c1463 int_n_trees[i].signed_type); in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1390 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 Dlanghooks.cc568 : int_n_trees[i].signed_type); in lhd_type_for_size()
H A Dgimple.cc2545 || 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 Dtree.cc9143 : 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 Dc-common.cc2312 : 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 Dc-cppbuiltin.cc1589 int_n_trees[i].signed_type); in c_cpp_builtins()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc1501 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 Dtypes.cc305 return int_n_trees[i].signed_type; in d_build_bitfield_integer_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c1586 emit_support_tinfo_1 (int_n_trees[ix].signed_type); in emit_support_tinfos()
H A Dtypeck.c383 && (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 Drtti.cc1629 emit_support_tinfo_1 (int_n_trees[ix].signed_type); in emit_support_tinfos()
H A Dtypeck.cc402 && (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 Dtree.c3606 signed_type(nt) == signed_type(ot) && in should_warn_about_pointer_cast()

123