Home
last modified time | relevance | path

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

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