Home
last modified time | relevance | path

Searched refs:UnsignedLongLong (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp122 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
144 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
163 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
181 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
196 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
211 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
252 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
271 case UnsignedLongLong: in isTypeSigned()
DTargets.cpp4412 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
7834 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
7841 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
/external/clang/include/clang/Basic/
DTargetInfo.h135 UnsignedLongLong enumerator
259 return UnsignedLongLong; in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp806 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
807 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp6705 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()