HomeSort by: relevance | last modified time | path
    Searched refs:getLongWidth (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 852 if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
858 if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32
886 DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
966 if (TI.getLongWidth() > TI.getIntWidth())
969 if (TI.getLongLongWidth() > TI.getLongWidth())
988 if (TI.getLongWidth() > TI.getIntWidth()) {
994 if (TI.getLongLongWidth() > TI.getLongWidth()) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 243 case UnsignedLong: return getLongWidth();
257 if (getLongWidth() == BitWidth)
272 if (getLongWidth() >= BitWidth)
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
Mips.cpp 187 Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth()));
NVPTX.cpp 124 LongWidth = HostTarget->getLongWidth();
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 454 /// getLongWidth/Align - Return the size of 'signed long' and 'unsigned long'
456 unsigned getLongWidth() const { return LongWidth; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2039 Width = Target->getLongWidth();
7226 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q';
7236 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q';
10295 if (Context.getTargetInfo().getLongWidth() == 32)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 4029 if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth())
CodeGenModule.cpp 5180 Context.getTargetInfo().getLongWidth());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 18234 BestWidth = Context.getTargetInfo().getLongWidth();
18266 (BestWidth = Context.getTargetInfo().getLongWidth())) {
SemaExpr.cpp 3944 unsigned LongSize = Context.getTargetInfo().getLongWidth();
15745 else if (pw == Context.getTargetInfo().getLongWidth())

Completed in 59 milliseconds