Home
last modified time | relevance | path

Searched refs:getLongDoubleWidth (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h362 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitPreprocessor.cpp658 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1613 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()