Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DTargetInfo.cpp279 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
293 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
308 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp971 Builder.defineMacro("__LLONG_WIDTH__", Twine(TI.getLongLongWidth())); in InitializePredefinedMacros()
976 assert(BitIntMaxWidth >= TI.getLongLongWidth() && in InitializePredefinedMacros()
1001 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
1084 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
1109 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DNVPTX.cpp114 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h488 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp3823 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
4091 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
4109 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
4145 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
16943 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
H A DSemaDecl.cpp19659 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
19692 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp2090 Width = Target->getLongLongWidth(); in getTypeInfoImpl()