Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInitPreprocessor.cpp951 if (TI.getPointerWidth(LangAS::Default) == 64 && TI.getLongWidth() == 64 && in InitializePredefinedMacros()
957 if (TI.getPointerWidth(LangAS::Default) == 32 && TI.getLongWidth() == 32 && in InitializePredefinedMacros()
970 Builder.defineMacro("__LONG_WIDTH__", Twine(TI.getLongWidth())); in InitializePredefinedMacros()
999 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
1081 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
1084 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
1103 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()
1109 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DTargetInfo.cpp277 case UnsignedLong: return getLongWidth(); in getTypeWidth()
291 if (getLongWidth() == BitWidth) in getIntTypeByWidth()
306 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/openbsd/src/gnu/llvm/clang/lib/Basic/Targets/
DNVPTX.cpp112 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
DMips.cpp187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DTargetInfo.h483 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp2085 Width = Target->getLongWidth(); in getTypeInfoImpl()
7978 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveType()
7988 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveType()
11119 if (Context.getTargetInfo().getLongWidth() == 32) in DecodeTypeFromStr()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DItaniumCXXABI.cpp4062 TI.getPointerWidth(LangAS::Default) > TI.getLongWidth()) in BuildVMIClassTypeInfo()
DCodeGenModule.cpp5758 Context.getTargetInfo().getLongWidth()); in GetAddrOfConstantCFString()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp19654 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
19686 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
DSemaExpr.cpp4078 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
16941 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()