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 45 DoubleWidth = 64;
294 if (DoubleWidth != FloatWidth) {
295 DoubleWidth = DoubleAlign = 64;
Targets.cpp     [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 65 unsigned char DoubleWidth, DoubleAlign;
363 unsigned getDoubleWidth() const { return DoubleWidth; }
    [all...]

Completed in 239 milliseconds