Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h703 unsigned getLongDoubleWidth() const { return LongDoubleWidth; } in getLongDoubleWidth() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp987 DefineTypeSizeof("__SIZEOF_LONG_DOUBLE__",TI.getLongDoubleWidth(),TI,Builder); in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2162 (Target->getLongDoubleWidth() != AuxTarget->getLongDoubleWidth() || in getTypeInfoImpl()
2164 Width = AuxTarget->getLongDoubleWidth(); in getTypeInfoImpl()
2167 Width = Target->getLongDoubleWidth(); in getTypeInfoImpl()