Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance
53 IntMaxType = SignedLongLong; in TargetInfo()60 Int64Type = SignedLongLong; in TargetInfo()109 case SignedLongLong: return "long long int"; in getTypeName()122 case SignedLongLong: return "LL"; in getTypeConstantSuffix()141 case SignedLongLong: in getTypeWidth()157 case SignedLongLong: in getTypeAlign()170 case SignedLongLong: in isTypeSigned()
460 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()462 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()2719 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()2721 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()2723 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()2724 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()2789 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()2800 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()2802 Int64Type = SignedLongLong; in OpenBSDX86_64TargetInfo()2812 IntMaxType = SignedLongLong; in BitrigX86_64TargetInfo()[all …]
474 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()543 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
123 SignedLongLong, enumerator
5712 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()