Home
last modified time | relevance | path

Searched refs:getLongWidth (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp852 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
858 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()
886 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
966 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
969 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
988 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()
994 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp243 case UnsignedLong: return getLongWidth(); in getTypeWidth()
257 if (getLongWidth() == BitWidth) in getIntTypeByWidth()
272 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DNVPTX.cpp124 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
H A DMips.cpp187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h456 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2039 Width = Target->getLongWidth(); in getTypeInfoImpl()
7226 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()
7236 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()
10295 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4029 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DCodeGenModule.cpp5180 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18234 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
18266 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
H A DSemaExpr.cpp3944 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
15745 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()