Lines Matching refs:SignedLong
126 PtrDiffType = SignedLong; in TargetInfo()
128 IntPtrType = SignedLong; in TargetInfo()
218 case SignedLong: return "long int"; in getTypeName()
233 case SignedLong: return "L"; in getTypeConstantSuffix()
261 case SignedLong: in getTypeFormatModifier()
279 case SignedLong: in getTypeWidth()
295 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
310 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
361 case SignedLong: in getTypeAlign()
376 case SignedLong: in isTypeSigned()
443 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
444 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
447 Int64Type = SignedLong; in adjust()