Searched refs:DoubleWidth (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Basic/
H A DTargetInfo.cpp45 DoubleWidth = 64;
294 if (DoubleWidth != FloatWidth) {
295 DoubleWidth = DoubleAlign = 64;
H A DTargets.cpp6369 DoubleWidth = 32;
/external/clang/include/clang/Basic/
H A DTargetInfo.h65 unsigned char DoubleWidth, DoubleAlign; member in class:clang::TargetInfo
363 unsigned getDoubleWidth() const { return DoubleWidth; }

Completed in 161 milliseconds