Home | History | Annotate | Download | only in d

Lines Matching refs:TY

142       Type::tsize_t = Type::basic[(int)TY::Tuns64];
143 Type::tptrdiff_t = Type::basic[(int)TY::Tint64];
147 Type::tsize_t = Type::basic[(int)TY::Tuns32];
148 Type::tptrdiff_t = Type::basic[(int)TY::Tint32];
152 Type::tsize_t = Type::basic[(int)TY::Tuns16];
153 Type::tptrdiff_t = Type::basic[(int)TY::Tint16];
277 if (!type->isTypeBasic () || type->iscomplex () || type->ty == TY::Tbool)
299 if (type->ty != TY::Tvector)
375 if (type->isTypeBasic () || type->ty == TY::Tvector
376 || type->ty == TY::Tstruct)
393 if (type->ty == TY::Tsarray && tvalist->ty == TY::Tsarray)
470 return (tn->ty == TY::Tstruct || tn->ty == TY::Tsarray);
600 return (tb->ty == TY::Tstruct || tb->ty == TY::Tsarray);