Home | History | Annotate | Download | only in Sema

Lines Matching refs:UnsignedShortTy

655     return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
667 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
4296 IntendedTy = S.Context.UnsignedShortTy;