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

/external/clang/include/clang/Basic/
H A DTargetInfo.h257 /// getLongLongWidth/Align - Return the size of 'signed long long' and
259 unsigned getLongLongWidth() const { return LongLongWidth; } function in class:clang::TargetInfo
/external/clang/lib/Basic/
H A DTargetInfo.cpp144 case UnsignedLongLong: return getLongLongWidth();
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp499 DefineTypeSizeof("__SIZEOF_LONG_LONG__", TI.getLongLongWidth(), TI, Builder);
560 if (TI.getLongLongWidth() > TI.getLongWidth())
/external/clang/lib/Sema/
H A DSemaExpr.cpp2794 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0);
2938 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth();
2970 Width = Context.getTargetInfo().getLongLongWidth();
9844 else if (pw == Context.getTargetInfo().getLongLongWidth())
H A DSemaDecl.cpp11636 BestWidth = Context.getTargetInfo().getLongLongWidth();
11669 BestWidth = Context.getTargetInfo().getLongLongWidth();
/external/clang/lib/AST/
H A DASTContext.cpp1418 Width = Target->getLongLongWidth();

Completed in 143 milliseconds