Lines Matching refs:SignedLong
91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
173 case SignedLong: return "long int"; in getTypeName()
188 case SignedLong: return "L"; in getTypeConstantSuffix()
216 case SignedLong: in getTypeFormatModifier()
234 case SignedLong: in getTypeWidth()
250 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
265 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
310 case SignedLong: in getTypeAlign()
325 case SignedLong: in isTypeSigned()
382 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
383 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
386 Int64Type = SignedLong; in adjust()