HomeSort by: relevance | last modified time | path
    Searched refs:d_ushort_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 65 return unsignedp ? d_ushort_type : d_short_type;
287 return unsignedp ? d_ushort_type : d_short_type;
734 case TY::Tuns16: t->ctype = d_ushort_type; break;
d-lang.cc 1468 return unsignedp ? d_ushort_type : d_short_type;
1542 return unsignedp ? d_ushort_type : d_short_type;
1607 || type == d_short_type || type == d_ushort_type
d-tree.h 445 #define d_ushort_type d_global_trees[DTI_USHORT_TYPE] macro
d-builtins.cc 828 d_ushort_type = make_unsigned_type (16);

Completed in 74 milliseconds