Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc58 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_long_type)) in d_signed_or_unsigned_type()
59 return unsignedp ? d_ulong_type : d_long_type; in d_signed_or_unsigned_type()
292 if (width == TYPE_PRECISION (d_long_type)) in d_build_bitfield_integer_type()
293 return unsignedp ? d_ulong_type : d_long_type; in d_build_bitfield_integer_type()
737 case TY::Tint64: t->ctype = d_long_type; break; in visit()
H A Dd-lang.cc1474 return unsignedp ? d_ulong_type : d_long_type; in d_type_for_mode()
1547 if (bits <= TYPE_PRECISION (d_long_type)) in d_type_for_size()
1548 return unsignedp ? d_ulong_type : d_long_type; in d_type_for_size()
H A Dd-tree.h448 #define d_long_type d_global_trees[DTI_LONG_TYPE] macro
H A Dd-builtins.cc833 d_long_type = make_signed_type (64); in d_build_d_type_nodes()
H A DChangeLog-2018116 (long_type_node): Rename to d_long_type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1363 return unsignedp ? d_ulong_type : d_long_type; in d_type_for_mode()
1436 if (bits <= TYPE_PRECISION (d_long_type)) in d_type_for_size()
1437 return unsignedp ? d_ulong_type : d_long_type; in d_type_for_size()
1468 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_long_type)) in d_signed_or_unsigned_type()
1469 return unsignedp ? d_ulong_type : d_long_type; in d_signed_or_unsigned_type()
H A Dd-tree.h438 #define d_long_type d_global_trees[DTI_LONG_TYPE] macro
H A Dtypes.cc604 case Tint64: t->ctype = d_long_type; break; in visit()
H A Dd-builtins.cc818 d_long_type = make_signed_type (64); in d_build_d_type_nodes()