Searched refs:signed_type (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/type_traits/
H A Dremove_unsigned_floating_neg.cc28 typedef typename __gnu_cxx::__remove_unsigned<T>::__type signed_type; typedef
H A Dremove_unsigned_integer_neg.cc28 typedef typename __gnu_cxx::__remove_unsigned<T>::__type signed_type; typedef
H A Dremove_unsigned.cc29 typedef typename __gnu_cxx::__remove_unsigned<T>::__type signed_type; typedef
30 VERIFY( std::tr1::is_signed<signed_type>::value );
/haiku-buildtools/legacy/gcc/gcc/
H A Dconvert.c318 ? unsigned_type (typex) : signed_type (typex));
350 ? unsigned_type (typex) : signed_type (typex));
H A Dc-common.c1875 : wanted_type == (cur_type = signed_type (cur_type))))
1987 if (!int_fits_type_p (operand, signed_type (TREE_TYPE (result))))
2399 *restype_ptr = signed_type (*restype_ptr);
2579 && ! TREE_OVERFLOW (convert (signed_type (type),
2588 && ! TREE_OVERFLOW (convert (signed_type (type),
3196 signed_variant = signed_type (type);
H A Dfold-const.c2734 tree signed_type, unsigned_type;
2775 signed_type = type_for_mode (lnmode, 0);
2854 tree tem = const_binop (RSHIFT_EXPR, convert (signed_type, rhs),
2991 TREE_TYPE (tmask) = signed_type (type);
3692 temp = convert (signed_type (type), temp);
5982 convert (signed_type (TREE_TYPE (arg0)),
5984 convert (signed_type (TREE_TYPE (arg1)),
5988 convert (signed_type (TREE_TYPE (arg0)),
5990 convert (signed_type (TREE_TYPE (arg1)),
6300 arg1 = convert (signed_type (TREE_TYP
2713 tree signed_type, unsigned_type; local
[all...]
H A Dexpmed.c3991 build (RSHIFT_EXPR, signed_type (type),
3992 make_tree (signed_type (type), XEXP (x, 0)),
3997 t = signed_type (type);
H A Dc-decl.c3105 set_sizetype (signed_type (sizetype));
3204 signed_wchar_type_node = signed_type (wchar_type_node);
4848 tree index_type = signed_type (sizetype);
H A Dc-typeck.c764 signed_type (type)
2538 && int_fits_type_p (xop1, signed_type (result_type)))
2540 && int_fits_type_p (xop0, signed_type (result_type)))))
759 signed_type (type) function
H A Dtree.h1804 extern tree signed_type PROTO((tree));
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dxtypeck.c141 signed_type (type)
H A Dtypeck.c3547 signed_type (type)
3527 signed_type (type) function
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-lang.c1198 intmax_type_node = int_n_trees[i].signed_type;
1200 signed_size_type_node = int_n_trees[i].signed_type;
1294 NAME_TYPE (int_n_trees[i].signed_type, name);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dtypeck.c219 signed_type (type) function
/haiku-buildtools/gcc/gcc/
H A Dgimple.c2232 || type1 == int_n_trees[i].signed_type))
2235 : int_n_trees[i].signed_type;
2356 : int_n_trees[i].signed_type;
H A Dtree.c9616 : int_n_trees[i].signed_type);
9764 int_n_trees[i].signed_type = make_signed_type (int_n_data[i].bitsize);
9766 TYPE_SIZE (int_n_trees[i].signed_type) = bitsize_int (int_n_data[i].bitsize);
9772 integer_types[itk_intN_0 + i * 2] = int_n_trees[i].signed_type;
H A Dtree.h5064 tree signed_type; variable
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-cppbuiltin.c1230 int_n_trees[i].signed_type);
H A Dc-common.c3541 : int_n_trees[i].signed_type);
3626 : int_n_trees[i].signed_type);
3847 || type1 == int_n_trees[i].signed_type))
3849 : int_n_trees[i].signed_type);
3971 : int_n_trees[i].signed_type);
4022 : int_n_trees[i].signed_type);
5479 int_n_trees[i].signed_type);
H A Dc-pretty-print.c974 if (type == int_n_trees[idx].signed_type
/haiku-buildtools/gcc/gcc/cp/
H A Drtti.c1557 emit_support_tinfo_1 (int_n_trees[ix].signed_type);
H A Dtypeck.c402 && (same_type_p (TYPE_MAIN_VARIANT (t1), int_n_trees[i].signed_type)
403 || same_type_p (TYPE_MAIN_VARIANT (t2), int_n_trees[i].signed_type)
409 : int_n_trees[i].signed_type);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dmethod.c2247 TREE_TYPE (t) = signed_type (sizetype);
H A Dtypeck.c1499 signed_type (type)
3981 signed_type (result_type)))
3984 signed_type (result_type)))))
1495 signed_type (type) function
H A Dcp-tree.h3493 extern tree signed_type PROTO((tree));

Completed in 354 milliseconds

12