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

  /external/clang/lib/Basic/
TargetInfo.cpp 44 DoubleWidth = 64;
290 if (DoubleWidth != FloatWidth) {
291 DoubleWidth = DoubleAlign = 64;
Targets.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 63 unsigned char DoubleWidth, DoubleAlign;
347 unsigned getDoubleWidth() const { return DoubleWidth; }

Completed in 541 milliseconds