Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp179 case UnsignedLong: return getLongWidth(); in getTypeWidth()
193 if (getLongWidth() == BitWidth) in getIntTypeByWidth()
208 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
DTargets.cpp1736 LongWidth = HostTarget->getLongWidth(); in NVPTXTargetInfo()
7369 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp666 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
672 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()
699 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
777 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
780 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
799 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()
805 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h321 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/external/clang/lib/AST/
DASTContext.cpp1631 Width = Target->getLongWidth(); in getTypeInfoImpl()
5499 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()
5509 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
/external/clang/lib/Sema/
DSemaDecl.cpp14878 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
14910 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
DSemaExpr.cpp3457 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
12326 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()