Lines Matching refs:SignedLong
89 PtrDiffType = SignedLong; in TargetInfo()
91 IntPtrType = SignedLong; in TargetInfo()
162 case SignedLong: return "long int"; in getTypeName()
177 case SignedLong: return "L"; in getTypeConstantSuffix()
205 case SignedLong: in getTypeFormatModifier()
223 case SignedLong: in getTypeWidth()
239 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
254 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
294 case SignedLong: in getTypeAlign()
309 case SignedLong: in isTypeSigned()
366 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
367 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
370 Int64Type = SignedLong; in adjust()