Lines Matching refs:SignedLongLong
90 IntMaxType = SignedLongLong; in TargetInfo()
96 Int64Type = SignedLongLong; in TargetInfo()
164 case SignedLongLong: return "long long int"; in getTypeName()
178 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
207 case SignedLongLong: in getTypeFormatModifier()
225 case SignedLongLong: in getTypeWidth()
241 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
256 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
296 case SignedLongLong: in getTypeAlign()
310 case SignedLongLong: in isTypeSigned()
369 IntMaxType = SignedLongLong; in adjust()