Lines Matching refs:SignedLongLong
98 IntMaxType = SignedLongLong; in TargetInfo()
104 Int64Type = SignedLongLong; in TargetInfo()
192 case SignedLongLong: return "long long int"; in getTypeName()
206 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
235 case SignedLongLong: in getTypeFormatModifier()
253 case SignedLongLong: in getTypeWidth()
269 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
284 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
335 case SignedLongLong: in getTypeAlign()
349 case SignedLongLong: in isTypeSigned()
408 IntMaxType = SignedLongLong; in adjust()