Lines Matching refs:SignedLong
58 PtrDiffType = SignedLong; in TargetInfo()
60 IntPtrType = SignedLong; in TargetInfo()
119 case SignedLong: return "long int"; in getTypeName()
134 case SignedLong: return "L"; in getTypeConstantSuffix()
160 case SignedLong: in getTypeFormatModifier()
178 case SignedLong: in getTypeWidth()
194 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
209 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
249 case SignedLong: in getTypeAlign()
264 case SignedLong: in isTypeSigned()
312 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
313 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
316 Int64Type = SignedLong; in adjust()