Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp633 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
639 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32 in InitializePredefinedMacros()
666 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
744 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
747 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
766 if (TI.getLongWidth() > TI.getIntWidth()) { in InitializePredefinedMacros()
772 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp176 case UnsignedLong: return getLongWidth(); in getTypeWidth()
190 if (getLongWidth() == BitWidth) in getIntTypeByWidth()
205 if (getLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
DTargets.cpp6586 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/external/clang/include/clang/Basic/
DTargetInfo.h310 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/external/clang/lib/AST/
DASTContext.cpp1636 Width = Target->getLongWidth(); in getTypeInfoImpl()
5394 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()
5404 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
/external/clang/lib/Sema/
DSemaDecl.cpp14421 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
14453 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
DSemaExpr.cpp3381 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
11787 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()