Searched refs:unsigned_type (Results 1 - 25 of 38) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/type_traits/
H A Dadd_unsigned_floating_neg.cc28 typedef typename __gnu_cxx::__add_unsigned<T>::__type unsigned_type; typedef
H A Dadd_unsigned_integer_neg.cc28 typedef typename __gnu_cxx::__add_unsigned<T>::__type unsigned_type; typedef
H A Dadd_unsigned.cc29 typedef typename __gnu_cxx::__add_unsigned<T>::__type unsigned_type; typedef
30 VERIFY( std::tr1::is_unsigned<unsigned_type>::value );
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-niter.c2758 tree type = TREE_TYPE (base), unsigned_type; local
2777 unsigned_type = unsigned_type_for (type);
2778 base = fold_convert (unsigned_type, base);
2779 step = fold_convert (unsigned_type, step);
2784 extreme = fold_convert (unsigned_type, low);
2790 base = wide_int_to_tree (unsigned_type, max);
2794 base = fold_convert (unsigned_type, high);
2795 delta = fold_build2 (MINUS_EXPR, unsigned_type, base, extreme);
2796 step = fold_build1 (NEGATE_EXPR, unsigned_type, step);
2801 extreme = fold_convert (unsigned_type, hig
3796 tree unsigned_type, valid_niter; local
[all...]
H A Dfold-const.c3758 tree unsigned_type;
3803 unsigned_type = lang_hooks.types.type_for_mode (nmode, 1);
3818 mask = build_int_cst_type (unsigned_type, -1);
3827 fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type,
3829 unsigned_type,
3833 fold_build2_loc (loc, BIT_AND_EXPR, unsigned_type,
3835 unsigned_type,
3879 lhs = make_bit_field_ref (loc, linner, unsigned_type, nbitsize, nbitpos, 1);
3883 fold_convert_loc (loc, unsigned_type, rhs),
3888 build2 (BIT_AND_EXPR, unsigned_type, lh
3742 tree unsigned_type; local
3908 tree unsigned_type; local
6867 tree signed_type, unsigned_type, intermediate_type; local
[all...]
H A Dgimple.c2231 && (type1 == int_n_trees[i].unsigned_type
2234 ? int_n_trees[i].unsigned_type
2355 ? int_n_trees[i].unsigned_type
/haiku-buildtools/legacy/gcc/gcc/
H A Dconvert.c318 ? unsigned_type (typex) : signed_type (typex));
350 ? unsigned_type (typex) : signed_type (typex));
H A Dfold-const.c2734 tree signed_type, unsigned_type;
2776 unsigned_type = type_for_mode (lnmode, 1);
2810 TREE_TYPE (mask) = unsigned_type;
2812 mask = convert (unsigned_type, mask);
2821 build (BIT_AND_EXPR, unsigned_type,
2822 make_bit_field_ref (linner, unsigned_type,
2825 build (BIT_AND_EXPR, unsigned_type,
2826 make_bit_field_ref (rinner, unsigned_type,
2842 convert (unsigned_type, rhs),
2876 lhs = make_bit_field_ref (linner, unsigned_type, lnbitsiz
2713 tree signed_type, unsigned_type; local
2908 tree unsigned_type; local
5658 tree mask, unsigned_type; local
5723 tree mask, unsigned_type; local
[all...]
H A Dc-common.c1874 ? wanted_type == (cur_type = unsigned_type (cur_type))
2022 || ! int_fits_type_p (expr, unsigned_type (type)))
2496 type = unsigned_type (type);
H A Dc-lex.c1858 TREE_TYPE (yylval.ttype) = unsigned_type (type);
H A Dexpmed.c3984 build (RSHIFT_EXPR, unsigned_type (type),
3985 make_tree (unsigned_type (type),
4006 t = unsigned_type (type);
H A Dc-typeck.c735 unsigned_type (type)
4187 || (unsigned_type (TYPE_MAIN_VARIANT (ttl))
4188 == unsigned_type (TYPE_MAIN_VARIANT (ttr))))
730 unsigned_type (type) function
H A Dtree.h1797 extern tree unsigned_type PROTO((tree));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dxtypeck.c121 unsigned_type (type)
H A Dloop.c1235 * Adapt the C unsigned_type function to CHILL - we need to
1249 return unsigned_type (type);
H A Dnloop.c1248 * Adapt the C unsigned_type function to CHILL - we need to
1262 return unsigned_type (type);
H A Dexpr.c3608 type2 = unsigned_type (type1);
3624 type1 = unsigned_type (type2);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dtypeck.c228 unsigned_type (type) function
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-lang.c1199 uintmax_type_node = int_n_trees[i].unsigned_type;
/haiku-buildtools/gcc/gcc/cp/
H A Drtti.c1558 emit_support_tinfo_1 (int_n_trees[ix].unsigned_type);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c1466 unsigned_type (type)
6885 || (unsigned_type (TYPE_MAIN_VARIANT (ttl))
6886 == unsigned_type (TYPE_MAIN_VARIANT (ttr))))
6973 ttr = unsigned_type (ttr);
6975 ttl = unsigned_type (ttl);
1462 unsigned_type (type) function
H A Dmethod.c1271 == unsigned_type (TYPE_MAIN_VARIANT (parmtype)))
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c3540 return (unsignedp ? int_n_trees[i].unsigned_type
3625 return (unsignedp ? int_n_trees[i].unsigned_type
3846 && (type1 == int_n_trees[i].unsigned_type
3848 return (unsignedp ? int_n_trees[i].unsigned_type
3970 return (unsignedp ? int_n_trees[i].unsigned_type
4021 return (unsignedp ? int_n_trees[i].unsigned_type
5481 record_builtin_type (RID_MAX, name, int_n_trees[i].unsigned_type);
H A Dc-pretty-print.c975 || type == int_n_trees[idx].unsigned_type)
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c8443 tree unsigned_type = gnat_type_for_size (precision, 1);
8446 build_binary_op (code, unsigned_type,
8447 convert (unsigned_type, lhs),
8448 convert (unsigned_type, rhs)));
8417 tree unsigned_type = gnat_type_for_size (precision, 1); local

Completed in 522 milliseconds

12