Lines Matching refs:SignedLong
56 PtrDiffType = SignedLong; in TargetInfo()
58 IntPtrType = SignedLong; in TargetInfo()
116 case SignedLong: return "long int"; in getTypeName()
131 case SignedLong: return "L"; in getTypeConstantSuffix()
157 case SignedLong: in getTypeFormatModifier()
175 case SignedLong: in getTypeWidth()
191 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
206 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
244 case SignedLong: in getTypeAlign()
259 case SignedLong: in isTypeSigned()
303 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
304 IntPtrType = Is32BitArch ? SignedInt : SignedLong; in adjust()
307 Int64Type = SignedLong; in adjust()