Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp108 Width = TargetInfo.getLongLongWidth(); in check()
120 Width = TargetInfo.getLongLongWidth(); in check()
/external/clang/lib/Basic/
DTargetInfo.cpp181 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
195 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
210 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
DTargets.cpp1738 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/external/llvm-project/clang/lib/Basic/
DTargetInfo.cpp237 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
251 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
266 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/llvm-project/clang/lib/Basic/Targets/
DNVPTX.cpp124 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp701 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
780 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
805 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp840 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
921 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
946 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h326 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h444 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/clang/lib/Sema/
DSemaExpr.cpp3312 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
3470 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3488 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3509 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
12328 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp14883 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
14916 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3728 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
3933 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3951 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3972 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
15628 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp18108 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
18141 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp1636 Width = Target->getLongLongWidth(); in getTypeInfoImpl()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp2013 Width = Target->getLongLongWidth(); in getTypeInfoImpl()