Lines Matching refs:SignedLong
126 PtrDiffType = SignedLong; in TargetInfo()
128 IntPtrType = SignedLong; in TargetInfo()
217 case SignedLong: return "long int"; in getTypeName()
232 case SignedLong: return "L"; in getTypeConstantSuffix()
260 case SignedLong: in getTypeFormatModifier()
278 case SignedLong: in getTypeWidth()
294 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
309 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
360 case SignedLong: in getTypeAlign()
375 case SignedLong: in isTypeSigned()
432 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
433 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
436 Int64Type = SignedLong; in adjust()