Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp244 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
268 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
287 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
305 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
320 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
335 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
387 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
406 case UnsignedLongLong: in isTypeSigned()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h152 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
159 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DX86.h872 SizeType = UnsignedLongLong; in UEFIX86_64TargetInfo()
912 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DOSTargets.h153 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
H A DAArch64.cpp1682 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h157 UnsignedLongLong enumerator
397 case UnsignedLongLong: in getSignedSizeType()
444 return UnsignedLongLong; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1314 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLongLong, TI, in InitializePredefinedMacros()
1316 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10426 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()