Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp108 Width = TargetInfo.getLongLongWidth(); in check()
120 Width = TargetInfo.getLongLongWidth(); in check()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp254 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
268 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
283 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp959 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()
964 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()
988 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
1069 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
1094 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DNVPTX.cpp127 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h470 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp3819 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
4097 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
4115 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
4142 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
16674 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
H A DSemaDecl.cpp19046 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
19079 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2079 Width = Target->getLongLongWidth(); in getTypeInfoImpl()