Lines Matching refs:SignedLong
124 PtrDiffType = SignedLong; in TargetInfo()
126 IntPtrType = SignedLong; in TargetInfo()
215 case SignedLong: return "long int"; in getTypeName()
230 case SignedLong: return "L"; in getTypeConstantSuffix()
258 case SignedLong: in getTypeFormatModifier()
276 case SignedLong: in getTypeWidth()
292 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
307 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
358 case SignedLong: in getTypeAlign()
373 case SignedLong: in isTypeSigned()
430 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
431 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
434 Int64Type = SignedLong; in adjust()