reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3614 Ty = Context.UnsignedLongLongTy; 3615 assert(Context.getTypeSize(Ty) == ResultVal.getBitWidth() && 3632 Ty = Context.CharTy; 3635 Ty = Context.getIntTypeForBitwidth(Width, 3640 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong) { 3648 Ty = Context.IntTy; 3650 Ty = Context.UnsignedIntTy; 3656 if (Ty.isNull() && !Literal.isLongLong) { 3663 Ty = Context.LongTy; 3665 Ty = Context.UnsignedLongTy; 3680 Ty = Context.UnsignedLongTy; 3687 if (Ty.isNull()) { 3697 Ty = Context.LongLongTy; 3699 Ty = Context.UnsignedLongLongTy; 3706 if (Ty.isNull()) { 3708 Ty = Context.UnsignedLongLongTy; 3715 Res = IntegerLiteral::Create(Context, ResultVal, Ty, Tok.getLocation());