Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp181 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
195 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
210 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
DTargets.cpp1738 LongLongWidth = HostTarget->getLongLongWidth(); in NVPTXTargetInfo()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp701 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
780 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
805 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h326 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/clang/lib/Sema/
DSemaExpr.cpp3312 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
3470 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3488 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3509 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
12328 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp14883 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
14916 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp1636 Width = Target->getLongLongWidth(); in getTypeInfoImpl()