Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp115 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
137 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
156 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
174 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
189 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
204 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
243 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
262 case UnsignedLongLong: in isTypeSigned()
H A DTargets.cpp1532 SizeType = PtrDiffType = TargetInfo::UnsignedLongLong; in NVPTX64TargetInfo()
3620 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h121 UnsignedLongLong enumerator
241 return UnsignedLongLong; in getCorrespondingUnsignedType()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp755 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
756 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6405 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()