Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp141 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp464 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
520 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h219 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/clang/lib/Sema/
DSemaExpr.cpp2568 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
2700 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
2721 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
9235 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp10260 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
10293 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp937 Width = Target->getLongLongWidth(); in getTypeInfoImpl()