Home | History | Annotate | Download | only in Sema

Lines Matching refs:isUnsigned

391     return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
393 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
395 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
398 return Flags.isUnsigned() ? Context.UnsignedLongTy : Context.LongTy;
400 return Flags.isUnsigned() ? Context.UnsignedLongLongTy
5476 if (Value.isUnsigned() || Value.isNonNegative()) {
7111 if (index.isUnsigned() || !index.isNegative()) {