Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp476 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64 in InitializePredefinedMacros()
497 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder); in InitializePredefinedMacros()
557 if (TI.getLongWidth() > TI.getIntWidth()) in InitializePredefinedMacros()
560 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
/external/clang/lib/Basic/
DTargetInfo.cpp142 case UnsignedLong: return getLongWidth(); in getTypeWidth()
DTargets.cpp4435 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth())); in getTargetDefines()
/external/clang/include/clang/Basic/
DTargetInfo.h254 unsigned getLongWidth() const { return LongWidth; } in getLongWidth() function
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp355 uint64_t LongBits = Types.getContext().getTargetInfo().getLongWidth(); in LayoutBitfields()
/external/clang/lib/AST/
DASTContext.cpp1413 Width = Target->getLongWidth(); in getTypeInfoImpl()
4902 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q'; in getObjCEncodingForPrimitiveKind()
4912 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q'; in getObjCEncodingForPrimitiveKind()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3683 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
3688 if (S.Context.getTargetInfo().getLongWidth() == 64) in handleModeAttr()
DSemaDecl.cpp11631 BestWidth = Context.getTargetInfo().getLongWidth(); in ActOnEnumBody()
11663 (BestWidth = Context.getTargetInfo().getLongWidth())) { in ActOnEnumBody()
DSemaExpr.cpp2923 unsigned LongSize = Context.getTargetInfo().getLongWidth(); in ActOnNumericConstant()
9842 else if (pw == Context.getTargetInfo().getLongWidth()) in ActOnGNUNullExpr()