Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h783 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1139 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2142 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2144 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2147 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()