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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
MSP430.h 38 DoubleWidth = LongDoubleWidth = 64;
TCE.h 73 DoubleWidth = 32;
AVR.h 44 DoubleWidth = 32;
NVPTX.cpp 122 DoubleWidth = HostTarget->getDoubleWidth();
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 81 DoubleWidth = 64;
380 if (DoubleWidth != FloatWidth) {
381 DoubleWidth = DoubleAlign = 64;
403 DoubleWidth = 32;
408 DoubleWidth = 64;
416 if (Opts.LongDoubleSize == DoubleWidth) {
417 LongDoubleWidth = DoubleWidth;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 66 unsigned char DoubleWidth, DoubleAlign;
658 unsigned getDoubleWidth() const { return DoubleWidth; }

Completed in 19 milliseconds