Lines Matching refs:SignedLongLong
127 IntMaxType = SignedLongLong; in TargetInfo()
133 Int64Type = SignedLongLong; in TargetInfo()
219 case SignedLongLong: return "long long int"; in getTypeName()
233 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
262 case SignedLongLong: in getTypeFormatModifier()
280 case SignedLongLong: in getTypeWidth()
296 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
311 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
362 case SignedLongLong: in getTypeAlign()
376 case SignedLongLong: in isTypeSigned()
435 IntMaxType = SignedLongLong; in adjust()