HomeSort by relevance Sort by last modified time
    Searched refs:LongDoubleWidth (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 64 unsigned char LongDoubleWidth, LongDoubleAlign;
315 unsigned getLongDoubleWidth() const { return LongDoubleWidth; }
  /external/clang/lib/Basic/
Targets.cpp 604 this->LongDoubleWidth = 64;
636 LongDoubleWidth = LongDoubleAlign = 128;
889 if (LongDoubleWidth == 128)
    [all...]
TargetInfo.cpp 46 LongDoubleWidth = 64;

Completed in 673 milliseconds