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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
NVPTX.cpp 122 DoubleWidth = HostTarget->getDoubleWidth();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 283 if (getDoubleWidth() == BitWidth)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 657 /// getDoubleWidth/Align/Format - Return the size/align/format of 'double'.
658 unsigned getDoubleWidth() const { return DoubleWidth; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 883 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2116 Width = Target->getDoubleWidth();

Completed in 33 milliseconds