Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp460 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
481 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
539 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
542 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp140 case UnsignedLong: return getLongWidth(); in getTypeWidth()
DTargets.cpp3759 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/external/clang/include/clang/Basic/
DTargetInfo.h247 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3324 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
3329 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
DSemaDecl.cpp10887 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
10919 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
DSemaExpr.cpp2812 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
9605 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()
/external/clang/lib/AST/
DASTContext.cpp1297 Width = Target->getLongWidth(); in getTypeInfoImpl()