Lines Matching refs:SignedLong
93 PtrDiffType = SignedLong; in TargetInfo()
95 IntPtrType = SignedLong; in TargetInfo()
181 case SignedLong: return "long int"; in getTypeName()
196 case SignedLong: return "L"; in getTypeConstantSuffix()
224 case SignedLong: in getTypeFormatModifier()
242 case SignedLong: in getTypeWidth()
258 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
273 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
318 case SignedLong: in getTypeAlign()
333 case SignedLong: in isTypeSigned()
390 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
391 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
394 Int64Type = SignedLong; in adjust()