Home
last modified time | relevance | path

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

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