Lines Matching refs:SignedLong
97 PtrDiffType = SignedLong; in TargetInfo()
99 IntPtrType = SignedLong; in TargetInfo()
190 case SignedLong: return "long int"; in getTypeName()
205 case SignedLong: return "L"; in getTypeConstantSuffix()
233 case SignedLong: in getTypeFormatModifier()
251 case SignedLong: in getTypeWidth()
267 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
282 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
333 case SignedLong: in getTypeAlign()
348 case SignedLong: in isTypeSigned()
405 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
406 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
409 Int64Type = SignedLong; in adjust()