Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp142 case UnsignedLongLong: return getLongLongWidth(); in getTypeWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp483 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder); in InitializePredefinedMacros()
542 if (TI.getLongLongWidth() > TI.getLongWidth()) in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h252 unsigned getLongLongWidth() const { return LongLongWidth; } in getLongLongWidth() function
/external/clang/lib/Sema/
DSemaExpr.cpp2690 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0); in ActOnNumericConstant()
2827 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
2858 Width = Context.getTargetInfo().getLongLongWidth(); in ActOnNumericConstant()
9607 else if (pw == Context.getTargetInfo().getLongLongWidth()) in ActOnGNUNullExpr()
DSemaDecl.cpp10892 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
10925 BestWidth = Context.getTargetInfo().getLongLongWidth(); in ActOnEnumBody()
/external/clang/lib/AST/
DASTContext.cpp1302 Width = Target->getLongLongWidth(); in getTypeInfoImpl()