Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp178 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
192 if (getLongLongWidth() == BitWidth) in getIntTypeByWidth()
207 if (getLongLongWidth() >= BitWidth) in getLeastIntTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp668 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
747 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
772 if (TI.getLongLongWidth() > TI.getLongWidth()) { in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h315 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/clang/lib/Sema/
DSemaExpr.cpp3245 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
3394 Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3412 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
3433 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
11789 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp14426 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
14459 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp1641 Width = Target->getLongLongWidth(); in getTypeInfoImpl()