Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp245 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
259 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
274 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.cpp126 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp888 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
969 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
994 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h461 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3724 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
3957 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3975 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
4002 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
15747 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
H A DSemaDecl.cpp18239 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
18272 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2044 Width = Target->getLongLongWidth(); in getTypeInfoImpl()