Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h347 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/external/clang/lib/Basic/
DTargetInfo.cpp211 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp651 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/external/clang/lib/AST/
DASTContext.cpp1584 Width = Target->getDoubleWidth(); in getTypeInfoImpl()