Searched refs:SignedLongLong (Results 1 – 5 of 5) sorted by relevance
54 IntMaxType = SignedLongLong; in TargetInfo()61 Int64Type = SignedLongLong; in TargetInfo()111 case SignedLongLong: return "long long int"; in getTypeName()124 case SignedLongLong: return "LL"; in getTypeConstantSuffix()143 case SignedLongLong: in getTypeWidth()159 case SignedLongLong: in getTypeAlign()172 case SignedLongLong: in isTypeSigned()
463 this->IntMaxType = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()465 this->Int64Type = TargetInfo::SignedLongLong; in PS3PPUTargetInfo()615 this->IntMaxType = TargetInfo::SignedLongLong; in NaClTargetInfo()617 this->Int64Type = TargetInfo::SignedLongLong; in NaClTargetInfo()3145 IntMaxType = SignedLongLong; in WindowsX86_64TargetInfo()3147 Int64Type = SignedLongLong; in WindowsX86_64TargetInfo()3149 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()3150 IntPtrType = SignedLongLong; in WindowsX86_64TargetInfo()3215 Int64Type = SignedLongLong; in DarwinX86_64TargetInfo()3226 IntMaxType = SignedLongLong; in OpenBSDX86_64TargetInfo()[all …]
490 DefineTypeSize("__LONG_LONG_MAX__", TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()561 DefineExactWidthIntType(TargetInfo::SignedLongLong, TI, Builder); in InitializePredefinedMacros()
120 SignedLongLong, enumerator
6109 case TargetInfo::SignedLongLong: return LongLongTy; in getFromTargetType()