Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance
54 IntMaxType = SignedLongLong; in TargetInfo()61 Int64Type = SignedLongLong; in TargetInfo()114 case SignedLongLong: return "long long int"; in getTypeName()128 case SignedLongLong: return "LL"; in getTypeConstantSuffix()150 case SignedLongLong: in getTypeWidth()166 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()204 case SignedLongLong: in getTypeAlign()218 case SignedLongLong: in isTypeSigned()257 IntMaxType = SignedLongLong; in setForcedLangOptions()
494 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()496 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()644 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()646 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()3303 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()3305 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()3307 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()3308 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()3377 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()3388 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()[all …]
563 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()635 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
123 SignedLongLong, enumerator
6368 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()