Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1099 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
1105 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
1126 Builder.defineMacro("__LONG_WIDTH__", Twine(TI.getLongWidth())); in InitializePredefinedMacros()
1155 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
1285 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
1288 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
1307 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()
1313 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp303 case UnsignedLong: return getLongWidth(); in getTypeWidth()
317 if (getLongWidth() == BitWidth) in getIntTypeByWidth()
332 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp123 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
H A DMips.cpp199 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
H A DSPIR.h131 LongWidth = HostTarget->getLongWidth(); in BaseSPIRTargetInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp27 this->LongWidth = Ctx.getTargetInfo().getLongWidth(); in Context()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h535 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2206 Width = Target->getLongWidth(); in getTypeInfoImpl()
5396 BestWidth = Target->getLongWidth(); in computeBestEnumTypes()
5427 } else if (NumPositiveBits <= (BestWidth = Target->getLongWidth())) { in computeBestEnumTypes()
9043 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()
9053 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()
12327 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4457 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
H A DCodeGenModule.cpp6671 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4051 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
16819 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()