Home | History | Annotate | Download | only in Sema

Lines Matching refs:UnsignedIntTy

657     return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
4182 .Case("UInt32", Context.UnsignedIntTy)
4264 ICE->getType() == S.Context.UnsignedIntTy) {