Searched refs:d_signed_or_unsigned_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc50 d_signed_or_unsigned_type (int unsignedp, tree type) function
78 return d_signed_or_unsigned_type (1, type);
86 return d_signed_or_unsigned_type (0, type);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc1460 d_signed_or_unsigned_type (int unsignedp, tree type) function
1488 return d_signed_or_unsigned_type (1, type);
1496 return d_signed_or_unsigned_type (0, type);

Completed in 313 milliseconds