Lines Matching refs:SignedLongLong
59 IntMaxType = SignedLongLong; in TargetInfo()
65 Int64Type = SignedLongLong; in TargetInfo()
121 case SignedLongLong: return "long long int"; in getTypeName()
135 case SignedLongLong: return "LL"; in getTypeConstantSuffix()
162 case SignedLongLong: in getTypeFormatModifier()
180 case SignedLongLong: in getTypeWidth()
196 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
211 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
251 case SignedLongLong: in getTypeAlign()
265 case SignedLongLong: in isTypeSigned()
315 IntMaxType = SignedLongLong; in adjust()