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;
353 unsigned getLongDoubleWidth() const { return LongDoubleWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 46 LongDoubleWidth = 64;
294 LongDoubleWidth = LongDoubleAlign = 128;
Targets.cpp 707 this->LongDoubleWidth = 64;
761 LongDoubleWidth = LongDoubleAlign = 128;
    [all...]

Completed in 164 milliseconds