Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp184 case UnsignedLongLong: return "long long unsigned int"; in getTypeName()
208 case UnsignedLongLong: return "ULL"; in getTypeConstantSuffix()
227 case UnsignedLongLong: return "ll"; in getTypeFormatModifier()
245 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
260 return IsSigned ? SignedLongLong : UnsignedLongLong; in getIntTypeByWidth()
275 return IsSigned ? SignedLongLong : UnsignedLongLong; in getLeastIntTypeByWidth()
321 case UnsignedLongLong: return getLongLongAlign(); in getTypeAlign()
340 case UnsignedLongLong: in isTypeSigned()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DWebAssembly.h116 return BitWidth == 64 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getIntTypeByWidth()
123 ? (IsSigned ? SignedLongLong : UnsignedLongLong) in getLeastIntTypeByWidth()
H A DAArch64.cpp823 SizeType = UnsignedLongLong; in WindowsARM64TargetInfo()
H A DX86.h777 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
H A DOSTargets.h163 : TargetInfo::UnsignedLongLong) in getLeastIntTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h121 UnsignedLongLong enumerator
326 case UnsignedLongLong: in getSignedSizeType()
372 return UnsignedLongLong; in getCorrespondingUnsignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp995 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
996 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8565 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20109403 address as UnsignedLongLong, not LongLong.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20109403 address as UnsignedLongLong, not LongLong.