reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9403 assert(!Unsigned && "Can't use both 'S' and 'U' modifiers!"); 9409 assert(!Unsigned && "Can't use 'U' modifier multiple times!"); 9410 Unsigned = true; 9486 assert(HowLong == 0 && !Signed && !Unsigned && 9491 assert(HowLong == 0 && !Signed && !Unsigned && 9496 assert(HowLong == 0 && !Signed && !Unsigned && 9501 assert(HowLong < 3 && !Signed && !Unsigned && 9512 if (Unsigned) 9519 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; 9521 Type = Unsigned ? Context.UnsignedLongLongTy : Context.LongLongTy; 9523 Type = Unsigned ? Context.UnsignedLongTy : Context.LongTy; 9525 Type = Unsigned ? Context.UnsignedIntTy : Context.IntTy; 9531 else if (Unsigned) 9537 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'b'!"); 9541 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'z'!"); 9545 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'w'!"); 9637 assert(HowLong == 0 && !Signed && !Unsigned && "Bad modifiers for 'K'!");