Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp118 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
140 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
159 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
177 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
192 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
207 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
246 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
265 case UnsignedLongLong: in isTypeSigned()
HDTargets.cpp3917 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h124 UnsignedLongLong enumerator
244 return UnsignedLongLong; in getCorrespondingUnsignedType()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp764 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
765 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6533 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()