Lines Matching refs:SignedLongLong
94 IntMaxType = SignedLongLong; in TargetInfo()
100 Int64Type = SignedLongLong; in TargetInfo()
183 case SignedLongLong: return "long long int"; in getTypeName()
197 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
226 case SignedLongLong: in getTypeFormatModifier()
244 case SignedLongLong: in getTypeWidth()
260 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
275 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
320 case SignedLongLong: in getTypeAlign()
334 case SignedLongLong: in isTypeSigned()
393 IntMaxType = SignedLongLong; in adjust()