Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp214 if (getDoubleWidth() == BitWidth) in getRealTypeByWidth()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h356 unsigned getDoubleWidth() const { return DoubleWidth; } in getDoubleWidth() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp654 DefineTypeSizeof("__SIZEOF_DOUBLE__", TI.getDoubleWidth(), TI, Builder); in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1609 Width = Target->getDoubleWidth(); in getTypeInfoImpl()