Home
last modified time | relevance | path

Searched refs:d_short_type (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dd-lang.cc1337 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1399 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1400 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1432 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1433 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h431 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
H A Dtypes.cc576 case Tint16: t->ctype = d_short_type; break; in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dd-lang.cc1337 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1399 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1400 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1432 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1433 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h431 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dd-lang.cc1337 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1399 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1400 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1432 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1433 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h431 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dd-lang.cc1346 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1419 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1420 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1463 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1464 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h434 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dd-lang.cc1357 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1430 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1431 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1474 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1475 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h434 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dd-lang.cc1357 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1430 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1431 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1474 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
1475 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
H A Dd-tree.h434 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dd-lang.cc1260 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1333 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1334 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1399 || type == d_short_type || type == d_ushort_type in d_type_promotes_to()
H A Dtypes.cc64 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
65 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
653 case Tint16: t->ctype = d_short_type; break; in visit()
H A Dd-tree.h444 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dd-lang.cc1260 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1333 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1334 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1399 || type == d_short_type || type == d_ushort_type in d_type_promotes_to()
H A Dtypes.cc64 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
65 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
653 case Tint16: t->ctype = d_short_type; break; in visit()
H A Dd-tree.h444 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dd-lang.cc1260 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1333 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1334 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1399 || type == d_short_type || type == d_ushort_type in d_type_promotes_to()
H A Dtypes.cc64 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
65 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
653 case Tint16: t->ctype = d_short_type; break; in visit()
H A Dd-tree.h444 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dd-lang.cc1428 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_mode()
1501 if (bits <= TYPE_PRECISION (d_short_type)) in d_type_for_size()
1502 return unsignedp ? d_ushort_type : d_short_type; in d_type_for_size()
1567 || type == d_short_type || type == d_ushort_type in d_type_promotes_to()
H A Dtypes.cc64 if (TYPE_PRECISION (type) == TYPE_PRECISION (d_short_type)) in d_signed_or_unsigned_type()
65 return unsignedp ? d_ushort_type : d_short_type; in d_signed_or_unsigned_type()
653 case TY::Tint16: t->ctype = d_short_type; break; in visit()
H A Dd-tree.h446 #define d_short_type d_global_trees[DTI_SHORT_TYPE] macro

12