Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
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()
DTargets.cpp3770 SizeType = UnsignedLongLong; in WindowsX86_64TargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h121 UnsignedLongLong enumerator
241 return UnsignedLongLong; in getCorrespondingUnsignedType()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp761 DefineExactWidthIntType(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
762 DefineExactWidthIntTypeSize(TargetInfo::UnsignedLongLong, TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp6440 case TargetInfo::UnsignedLongLong: return UnsignedLongLongTy; in getFromTargetType()