Searched refs:d_long_type (Results 1 – 9 of 9) sorted by relevance
58 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()
1474 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()
448 #define d_long_type d_global_trees[DTI_LONG_TYPE] macro
833 d_long_type = make_signed_type (64); in d_build_d_type_nodes()
116 (long_type_node): Rename to d_long_type.
1363 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()
438 #define d_long_type d_global_trees[DTI_LONG_TYPE] macro
604 case Tint64: t->ctype = d_long_type; break; in visit()
818 d_long_type = make_signed_type (64); in d_build_d_type_nodes()