Searched refs:getDoubleWidth (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h324 /// getDoubleWidth/Align/Format - Return the size/align/format of 'double'.
325 unsigned getDoubleWidth() const { return DoubleWidth; } function in class:clang::TargetInfo
/external/clang/lib/Basic/
H A DTargetInfo.cpp189 if (getDoubleWidth() == BitWidth)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp618 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder);
/external/clang/lib/AST/
H A DASTContext.cpp1571 Width = Target->getDoubleWidth();

Completed in 126 milliseconds