Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h664 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp887 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2121 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2123 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2126 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()