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.cpp221 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
245 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
264 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
282 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
297 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
312 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
364 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
383 case UnsignedLongLong: in isTypeSigned()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h147 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
154 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DX86.h825 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DOSTargets.h131 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
H A DAArch64.cpp1562 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h153 UnsignedLongLong enumerator
380 case UnsignedLongLong: in getSignedSizeType()
427 return UnsignedLongLong; in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1293 DefineExactWidthIntType(LangOpts, TargetInfo::UnsignedLongLong, TI, in InitializePredefinedMacros()
1295 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9797 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()