Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp220 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
244 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
263 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
281 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
296 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
311 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
363 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
382 case UnsignedLongLong: in isTypeSigned()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h142 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
149 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DX86.h832 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DOSTargets.h131 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
H A DAArch64.cpp1488 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h147 UnsignedLongLong enumerator
371 case UnsignedLongLong: in getSignedSizeType()
418 return UnsignedLongLong; in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1159 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
1160 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9337 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()