Home
last modified time | relevance | path

Searched refs:getDoubleWidth (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp218 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
DTargets.cpp1734 DoubleWidth = HostTarget->getDoubleWidth(); in NVPTXTargetInfo()
/external/clang/include/clang/Basic/
DTargetInfo.h377 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/external/clang/lib/Frontend/
DInitPreprocessor.cpp696 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp1653 Width = Target->getDoubleWidth(); in getTypeInfoImpl()