Home
last modified time | relevance | path

Searched refs:d_cent_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc55 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_cent_type)) in d_signed_or_unsigned_type()
56 return unsignedp ? d_ucent_type : d_cent_type; in d_signed_or_unsigned_type()
295 if (width == TYPE_PRECISION (d_cent_type)) in d_build_bitfield_integer_type()
296 return unsignedp ? d_ucent_type : d_cent_type; in d_build_bitfield_integer_type()
739 case TY::Tint128: t->ctype = d_cent_type; break; in visit()
H A Dd-lang.cc1476 if (mode == TYPE_MODE (d_cent_type)) in d_type_for_mode()
1477 return unsignedp ? d_ucent_type : d_cent_type; in d_type_for_mode()
1550 if (bits <= TYPE_PRECISION (d_cent_type)) in d_type_for_size()
1551 return unsignedp ? d_ucent_type : d_cent_type; in d_type_for_size()
H A Dd-tree.h450 #define d_cent_type d_global_trees[DTI_CENT_TYPE] macro
H A Dd-builtins.cc836 d_cent_type = make_signed_type (128); in d_build_d_type_nodes()
H A DChangeLog-2018118 (cent_type_node): Rename to d_cent_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1365 if (mode == TYPE_MODE (d_cent_type)) in d_type_for_mode()
1366 return unsignedp ? d_ucent_type : d_cent_type; in d_type_for_mode()
1439 if (bits <= TYPE_PRECISION (d_cent_type)) in d_type_for_size()
1440 return unsignedp ? d_ucent_type : d_cent_type; in d_type_for_size()
1465 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_cent_type)) in d_signed_or_unsigned_type()
1466 return unsignedp ? d_ucent_type : d_cent_type; in d_signed_or_unsigned_type()
H A Dd-tree.h440 #define d_cent_type d_global_trees[DTI_CENT_TYPE] macro
H A Dtypes.cc606 case Tint128: t->ctype = d_cent_type; break; in visit()
H A Dd-builtins.cc821 d_cent_type = make_signed_type (128); in d_build_d_type_nodes()